summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authormanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-16 15:34:56 +0000
committermanfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4>2005-03-16 15:34:56 +0000
commit5745a02ae9e412261d6727cafa32fe05fce93b7c (patch)
tree2319e1460e7fcedda95d806c456dd7737023cd82 /Makefile.tpl
parentce0f71b8ac9e4aae9aa8cc3137b4e5b5062bdcbe (diff)
downloadgcc-5745a02ae9e412261d6727cafa32fe05fce93b7c.tar.gz
* Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
* Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96559 138bc75d-0d04-0410-961f-82ee72b054a4
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 1fe4025e9f7..42531d0f752 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+]: