diff options
author | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-16 15:34:56 +0000 |
---|---|---|
committer | manfred <manfred@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-03-16 15:34:56 +0000 |
commit | 5745a02ae9e412261d6727cafa32fe05fce93b7c (patch) | |
tree | 2319e1460e7fcedda95d806c456dd7737023cd82 /Makefile.tpl | |
parent | ce0f71b8ac9e4aae9aa8cc3137b4e5b5062bdcbe (diff) | |
download | gcc-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.tpl | 2 |
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+]: |