diff options
author | K. Richard Pixley <rich@cygnus> | 1991-11-05 00:06:29 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-11-05 00:06:29 +0000 |
commit | 40773f7f3fcb3b2c853975141d32006c3d4bbcbe (patch) | |
tree | 75f1b7b9d570250382de086955ce2265a61261fb /binutils | |
parent | abefb1f107afeef549f30b47d73dd0b4d9cbe08b (diff) | |
download | gdb-40773f7f3fcb3b2c853975141d32006c3d4bbcbe.zip gdb-40773f7f3fcb3b2c853975141d32006c3d4bbcbe.tar.gz gdb-40773f7f3fcb3b2c853975141d32006c3d4bbcbe.tar.bz2 |
find include files
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/Makefile.in b/binutils/Makefile.in index 1583566..1830633 100644 --- a/binutils/Makefile.in +++ b/binutils/Makefile.in @@ -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. |