mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
-I$(BFD_DIR) rather than including from the library proper. Hmph.
This commit is contained in:
parent
7ae7b9191e
commit
f4cc789c22
@ -1,5 +1,8 @@
|
||||
Wed Jun 23 15:04:54 1993 K. Richard Pixley (rich@sendai.cygnus.com)
|
||||
|
||||
* Makefile.in (BFD_CFLAGS): -I$(BFD_DIR) rather than including
|
||||
from the library proper. Hmph.
|
||||
|
||||
Makefile overhaul dropping autodepend features.
|
||||
* Makefile.in: many comment changes. forced consistent use of $()
|
||||
for makefile variables references. dropped leading ./ in file
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user