Use the new merged include directory.
authorJohn Gilmore <gnu@cygnus>
Thu, 25 Apr 1991 04:25:00 +0000 (04:25 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 25 Apr 1991 04:25:00 +0000 (04:25 +0000)
binutils/Makefile.in
ld/Makefile.in

index 8292654..6a9b15e 100644 (file)
@@ -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
 
index e900348..44f9609 100644 (file)
@@ -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