summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2005-03-16 17:46:21 +0000
committerDJ Delorie <dj@delorie.com>2005-03-16 17:46:21 +0000
commitac9eaebadfd7adf0724501dd0aa71fcf67763cc1 (patch)
treedac56dcd8eb8753047ee67a3f7943a834bc5992f /Makefile.tpl
parentbf51a71f6523a44b23b238fc6d2b84a87929d44d (diff)
downloadbinutils-redhat-ac9eaebadfd7adf0724501dd0aa71fcf67763cc1.tar.gz
* Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 1fe4025e9f..42531d0f75 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -920,7 +920,7 @@ check-[+module+]:
$(SET_LIB_PATH) \
$(HOST_EXPORTS) \
(cd $(HOST_SUBDIR)/[+module+] && \
- $(MAKE) $(FLAGS_TO_PASS) [+extra_make_flags+] check)
+ $(MAKE) $(FLAGS_TO_PASS) [+extra_make_flags+] check); \
fi
[+ ELSE check +]
check-[+module+]: