* Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
[deliverable/binutils-gdb.git] / Makefile.in
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.023559 seconds and 4 git commands to generate.