aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1995-10-28 17:26:38 +0000
committerPer Bothner <per@bothner.com>1995-10-28 17:26:38 +0000
commit136ca05d3a91b07c967994b51c48d9991546af87 (patch)
treef827761318b3862ab98f15e78bff7e76b663f048 /Makefile.in
parentb1027aa45879cf41913c12987b4c4db330c1e4d2 (diff)
downloadfsf-binutils-gdb-136ca05d3a91b07c967994b51c48d9991546af87.zip
fsf-binutils-gdb-136ca05d3a91b07c967994b51c48d9991546af87.tar.gz
fsf-binutils-gdb-136ca05d3a91b07c967994b51c48d9991546af87.tar.bz2
* Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c7842fd..76ed004 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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; \