diff options
author | DJ Delorie <dj@redhat.com> | 2005-03-16 17:46:21 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2005-03-16 17:46:21 +0000 |
commit | 4cfaf6d58110e580bab7c7cfff8ad2892a195492 (patch) | |
tree | 69a664ef9ce7066aed128aac6200195cf3424cc9 /Makefile.tpl | |
parent | ca9ebe29d6602f6a3cd575a2d8204dcbfde740a2 (diff) | |
download | fsf-binutils-gdb-4cfaf6d58110e580bab7c7cfff8ad2892a195492.zip fsf-binutils-gdb-4cfaf6d58110e580bab7c7cfff8ad2892a195492.tar.gz fsf-binutils-gdb-4cfaf6d58110e580bab7c7cfff8ad2892a195492.tar.bz2 |
* Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
* Makefile.in: Regenerate.
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 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+]: |