find include files
authorK. Richard Pixley <rich@cygnus>
Tue, 5 Nov 1991 00:06:29 +0000 (00:06 +0000)
committerK. Richard Pixley <rich@cygnus>
Tue, 5 Nov 1991 00:06:29 +0000 (00:06 +0000)
bfd/Makefile.in
binutils/Makefile.in

index c3d0a4d33a0b0657645d5ecf8782e99bae8c2a27..08e715df93c312a2feaca4a2aa28efa5921e8938 100644 (file)
@@ -29,7 +29,7 @@ RANLIB = ranlib
 AR = ar
 AR_FLAGS = clq
 INCDIR = $(srcdir)/../include
-CSEARCH = -I. -I$(INCDIR)
+CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
 DEP = mkdep
 
 
index 1583566770aaafe150817a498940ee71f99e07ac..1830633920aed7a7c6e919380eff6d05c752eca9 100644 (file)
@@ -55,7 +55,7 @@ OBJDUMP_PROG=objdump
 PROGS = $(SIZE_PROG) $(COPY_PROG) $(OBJDUMP_PROG) $(NM_PROG) $(AR_PROG) $(STRIP_PROG) $(RANLIB_PROG)
 STAGESTUFF = $(PROGS) *.o
 
-BASEDIR = $(unsubdir)/..
+BASEDIR = $(srcdir)/..
 LIBDIR  = $(unsubdir)/../bfd$(subdir)
 
 #### host and target dependant Makefile fragments come in here.
@@ -63,7 +63,7 @@ LIBDIR  = $(unsubdir)/../bfd$(subdir)
 
 INCDIR = $(BASEDIR)/include
 
-CFLAGS  = -g -I. -I$(INCDIR) $(HDEFINES) $(TDEFINES)
+CFLAGS  = -g -I. -I$(srcdir) -I$(INCDIR) $(HDEFINES) $(TDEFINES)
 
 # When adding .o files, to make VPATH work in Sun Make, you have to
 # also add a foo.o: foo.c line at the bottom of the file.
This page took 0.027448 seconds and 4 git commands to generate.