aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-04-25 04:22:55 +0000
committerJohn Gilmore <gnu@cygnus>1991-04-25 04:22:55 +0000
commitd6a554ae83d74bcdfbf7b41c262eae4043194df6 (patch)
tree7a611b2aa59d4eee0e40d4cd543eadfab68ece78 /bfd/Makefile.in
parentbad3df6720febc5e2e5e4a2af6acbb3bdd66b048 (diff)
downloadgdb-d6a554ae83d74bcdfbf7b41c262eae4043194df6.zip
gdb-d6a554ae83d74bcdfbf7b41c262eae4043194df6.tar.gz
gdb-d6a554ae83d74bcdfbf7b41c262eae4043194df6.tar.bz2
Minor changes to accomodate merging of three include file directories.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 4048dbb..607a26c 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -23,7 +23,7 @@ srcdir = .
RANLIB = ranlib
AR =
-INCDIR = $(srcdir)/../include-cygnus
+INCDIR = $(srcdir)/../include
CSEARCH = -I$(INCDIR)
#### host and target dependent Makefile fragments come in here.