diff options
author | K. Richard Pixley <rich@cygnus> | 1993-06-23 23:41:40 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-06-23 23:41:40 +0000 |
commit | f4cc789c2244b810ef90dcbee14d277c55c5b1e8 (patch) | |
tree | 28941db977501d3b19aef539b0ada26a0d483ef0 /gdb/Makefile.in | |
parent | 7ae7b9191e014670a12880e8cea83d47b2637ba3 (diff) | |
download | gdb-f4cc789c2244b810ef90dcbee14d277c55c5b1e8.zip gdb-f4cc789c2244b810ef90dcbee14d277c55c5b1e8.tar.gz gdb-f4cc789c2244b810ef90dcbee14d277c55c5b1e8.tar.bz2 |
-I$(BFD_DIR) rather than including from the library proper. Hmph.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index c48ded3..667cef3 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -108,7 +108,7 @@ MMALLOC_CFLAGS = $(MMALLOC_CHECK) $(MMALLOC_DISABLE) BFD_DIR = ../bfd BFD = $(BFD_DIR)/libbfd.a BFD_SRC = $(srcdir)/$(BFD_DIR) -BFD_CFLAGS = -I$(BFD) -I$(BFD_SRC) +BFD_CFLAGS = -I$(BFD_DIR) -I$(BFD_SRC) # Where is the READLINE library? Typically in ../readline. READLINE_DIR = ../readline |