mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
|
||||||
|
|
||||||
Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
|
||||||
|
|
||||||
* configure.in: Rename libFOO to target-libFOO, and xiberty
|
* configure.in: Rename libFOO to target-libFOO, and xiberty
|
||||||
|
@ -884,7 +884,7 @@ $(ALL_TARGET_MODULES):
|
|||||||
# To build a target install-X means to cd to X and make install.
|
# To build a target install-X means to cd to X and make install.
|
||||||
.PHONY: $(CHECK_TARGET_MODULES)
|
.PHONY: $(CHECK_TARGET_MODULES)
|
||||||
$(CHECK_TARGET_MODULES):
|
$(CHECK_TARGET_MODULES):
|
||||||
@dir=`echo $@ | sed -e 's/check-target//'`; \
|
@dir=`echo $@ | sed -e 's/check-target-//'`; \
|
||||||
if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
|
if [ -f $(TARGET_SUBDIR)/$${dir}/Makefile ] ; then \
|
||||||
r=`pwd`; export r; \
|
r=`pwd`; export r; \
|
||||||
srcroot=`cd $(srcdir); pwd`; export srcroot; \
|
srcroot=`cd $(srcdir); pwd`; export srcroot; \
|
||||||
|
Reference in New Issue
Block a user