* Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
authorPer Bothner <per@bothner.com>
Sat, 28 Oct 1995 17:26:38 +0000 (17:26 +0000)
committerPer Bothner <per@bothner.com>
Sat, 28 Oct 1995 17:26:38 +0000 (17:26 +0000)
ChangeLog
Makefile.in

index afbd5daeeba553a027a25f275d5aa92337eb84e8..037ef407be4978b1b39ee24b77c3f71e9bc4993e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * configure.in:  Rename libFOO to target-libFOO, and xiberty
index c7842fd132b7d5f0189266aa8c585529a8fb692a..76ed0045b6963a53e3610550d08d693c99d47524 100644 (file)
@@ -884,7 +884,7 @@ $(ALL_TARGET_MODULES):
 # To build a target install-X means to cd to X and make install.
 .PHONY: $(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 \
          r=`pwd`; export r; \
          srcroot=`cd $(srcdir); pwd`; export srcroot; \
This page took 0.029466 seconds and 4 git commands to generate.