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 /bfd/Makefile.in | |
parent | abefb1f107afeef549f30b47d73dd0b4d9cbe08b (diff) | |
download | gdb-40773f7f3fcb3b2c853975141d32006c3d4bbcbe.zip gdb-40773f7f3fcb3b2c853975141d32006c3d4bbcbe.tar.gz gdb-40773f7f3fcb3b2c853975141d32006c3d4bbcbe.tar.bz2 |
find include files
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index c3d0a4d..08e715d 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -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 |