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 | 80e4c577b6ada0d6b64bf139075c2f9983608bc8 (patch) | |
tree | e278bd7ea4b243ac7aae98d101e9e86444b0b3f9 /Makefile.tpl | |
parent | f4f2cc9526583e0805ff56d4392773f3f838deaa (diff) | |
download | newlib-80e4c577b6ada0d6b64bf139075c2f9983608bc8.zip newlib-80e4c577b6ada0d6b64bf139075c2f9983608bc8.tar.gz newlib-80e4c577b6ada0d6b64bf139075c2f9983608bc8.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+]: |