mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* Makefile.in (BFD_INCLUDES): Bfd.h is now back in bfd build dir.
* depend: Hand updated to match.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Mon Jun 21 15:10:07 1993 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (BFD_INCLUDES): Bfd.h is now back in bfd build dir.
|
||||||
|
* depend: Hand updated to match.
|
||||||
|
|
||||||
Sun Jun 20 13:11:11 1993 Jim Kingdon (kingdon@cygnus.com)
|
Sun Jun 20 13:11:11 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||||
|
|
||||||
* stabsread.c (read_struct_fields): Don't call read_cpp_abbrev on $_.
|
* stabsread.c (read_struct_fields): Don't call read_cpp_abbrev on $_.
|
||||||
|
@ -116,7 +116,7 @@ BFD_SRC_DIR = ${srcdir}/../bfd
|
|||||||
BFD_OBJ_DIR = ./../bfd${subdir}
|
BFD_OBJ_DIR = ./../bfd${subdir}
|
||||||
BFD_DEP = $$(BFD_SRC_DIR)
|
BFD_DEP = $$(BFD_SRC_DIR)
|
||||||
BFD_LIB = $(BFD_OBJ_DIR)/libbfd.a
|
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 .
|
# Where is the source dir for the READLINE library? Traditionally in .. or .
|
||||||
# (For the binary library built from it, we use ${READLINE_DIR}${subdir}.)
|
# (For the binary library built from it, we use ${READLINE_DIR}${subdir}.)
|
||||||
|
Reference in New Issue
Block a user