mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||||
|
|
||||||
|
* lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
|
||||||
|
* Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
|
||||||
|
|
||||||
Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in: Fix bit-rot in definitions of CHILL,
|
* Makefile.in: Fix bit-rot in definitions of CHILL,
|
||||||
|
@ -52,7 +52,6 @@ INSTALL_DATA = $(INSTALL)
|
|||||||
CFLAGS = -g
|
CFLAGS = -g
|
||||||
# start-sanitize-chill
|
# start-sanitize-chill
|
||||||
CHILLFLAGS = $(CFLAGS)
|
CHILLFLAGS = $(CFLAGS)
|
||||||
CHILL_LIB = -lchill
|
|
||||||
# end-sanitize-chill
|
# end-sanitize-chill
|
||||||
# This should probably be consistent with the top-level Makefile.in,
|
# This should probably be consistent with the top-level Makefile.in,
|
||||||
# gdb/Makefile.in, and gdb/testsuite/gdb.t2*/Makefile.in, so that "make check"
|
# gdb/Makefile.in, and gdb/testsuite/gdb.t2*/Makefile.in, so that "make check"
|
||||||
@ -124,8 +123,6 @@ CHILL_LIB = ` \
|
|||||||
else \
|
else \
|
||||||
echo -lchill; \
|
echo -lchill; \
|
||||||
fi`
|
fi`
|
||||||
|
|
||||||
CHILL_LIB = -lchill
|
|
||||||
# end-sanitize-chill
|
# end-sanitize-chill
|
||||||
|
|
||||||
GDB = ` \
|
GDB = ` \
|
||||||
|
Reference in New Issue
Block a user