Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2005-03-16 20:46:21 +0300
committerDJ Delorie <dj@redhat.com>2005-03-16 20:46:21 +0300
commit80e4c577b6ada0d6b64bf139075c2f9983608bc8 (patch)
treee278bd7ea4b243ac7aae98d101e9e86444b0b3f9 /Makefile.tpl
parentf4f2cc9526583e0805ff56d4392773f3f838deaa (diff)
* Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
* Makefile.in: Regenerate.
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 1fe4025e9..42531d0f7 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+]: