aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-06-21 22:11:44 +0000
committerFred Fish <fnf@specifix.com>1993-06-21 22:11:44 +0000
commit200a34709334b1c056a84dcb4521b46cc29ab0ee (patch)
tree6484a8894090caf682536c59720483c9d46f213b /gdb/Makefile.in
parent733d4e93a905f314f67c930ceeb39e6143ee3a9b (diff)
downloadgdb-200a34709334b1c056a84dcb4521b46cc29ab0ee.zip
gdb-200a34709334b1c056a84dcb4521b46cc29ab0ee.tar.gz
gdb-200a34709334b1c056a84dcb4521b46cc29ab0ee.tar.bz2
* Makefile.in (BFD_INCLUDES): Bfd.h is now back in bfd build dir.
* depend: Hand updated to match.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 790c0bf..66868dd 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -116,7 +116,7 @@ BFD_SRC_DIR = ${srcdir}/../bfd
BFD_OBJ_DIR = ./../bfd${subdir}
BFD_DEP = $$(BFD_SRC_DIR)
BFD_LIB = $(BFD_OBJ_DIR)/libbfd.a
-BFD_INCLUDES = -I${BFD_SRC_DIR} -I${BFD_OBJ_DIR}/../include
+BFD_INCLUDES = -I${BFD_SRC_DIR} -I${BFD_OBJ_DIR}
# Where is the source dir for the READLINE library? Traditionally in .. or .
# (For the binary library built from it, we use ${READLINE_DIR}${subdir}.)