summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-03-16 17:46:21 +0000
committerDJ Delorie <dj@redhat.com>2005-03-16 17:46:21 +0000
commit4cfaf6d58110e580bab7c7cfff8ad2892a195492 (patch)
tree69a664ef9ce7066aed128aac6200195cf3424cc9 /Makefile.tpl
parentca9ebe29d6602f6a3cd575a2d8204dcbfde740a2 (diff)
downloadppe42-binutils-4cfaf6d58110e580bab7c7cfff8ad2892a195492.tar.gz
ppe42-binutils-4cfaf6d58110e580bab7c7cfff8ad2892a195492.zip
* 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+]:
OpenPOWER on IntegriCloud