projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a554a
)
Use the new merged include directory.
author
John Gilmore
<gnu@cygnus>
Thu, 25 Apr 1991 04:25:00 +0000
(
04:25
+0000)
committer
John Gilmore
<gnu@cygnus>
Thu, 25 Apr 1991 04:25:00 +0000
(
04:25
+0000)
binutils/Makefile.in
patch
|
blob
|
history
ld/Makefile.in
patch
|
blob
|
history
diff --git
a/binutils/Makefile.in
b/binutils/Makefile.in
index 82926542c2b925376d381493cbd125284da5fa09..6a9b15e0cab346393e8d778d4aad903e2dca1305 100644
(file)
--- a/
binutils/Makefile.in
+++ b/
binutils/Makefile.in
@@
-42,7
+42,7
@@
LIBDIR = $(srcdir)/../bfd$(subdir)
INCDIR = $(BASEDIR)/include
-CFLAGS = -g -I$(srcdir)/../include
-cygnus
-I$(INCDIR) $(HDEFINES) $(TDEFINES)
+CFLAGS = -g -I$(srcdir)/../include -I$(INCDIR) $(HDEFINES) $(TDEFINES)
DISASMS = m68k-pinsn.o i960-pinsn.o sparc-pinsn.o
diff --git
a/ld/Makefile.in
b/ld/Makefile.in
index e9003485af89973cbff52795e9a3161377282068..44f96092f4cec22c97436dddc16ed34cfa1f0da1 100644
(file)
--- a/
ld/Makefile.in
+++ b/
ld/Makefile.in
@@
-19,7
+19,7
@@
INSTALL_PROGRAM = $(INSTALL)
INSTALL_FILE = $(INSTALL)
BASEDIR = ../..
-INCLUDE = $(srcdir)/../include
-cygnus
+INCLUDE = $(srcdir)/../include
INCLUDES = -I. -I$(srcdir) -I$(INCLUDE)
DEBUG = -g