aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorManfred Hollstein <manfred.h@gmx.net>2005-03-16 15:34:56 +0000
committerManfred Hollstein <manfred@gcc.gnu.org>2005-03-16 15:34:56 +0000
commitef6e9bc04fcb3bb4515ca67591177c6c8c04d236 (patch)
tree2319e1460e7fcedda95d806c456dd7737023cd82 /Makefile.tpl
parent13953f0a36bb85c2c3b439f1b331718842f77f81 (diff)
downloadgcc-ef6e9bc04fcb3bb4515ca67591177c6c8c04d236.zip
gcc-ef6e9bc04fcb3bb4515ca67591177c6c8c04d236.tar.gz
gcc-ef6e9bc04fcb3bb4515ca67591177c6c8c04d236.tar.bz2
Makefile.tpl (check-[+module+]): Fix shell statement inside if ...
* Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi. * Makefile.in: Regenerate. Co-Authored-By: Andrew Pinski <pinskia@physics.uc.edu> From-SVN: r96559
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 1fe4025..42531d0 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+]: