summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-05-14 22:23:40 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-05-15 23:11:07 +0100
commitd927fa5376d7c1c19568ab653f1097ef082cae00 (patch)
treefec82521354446fbe866fcd3bd5a5388076d8289 /Makefile.in
parent4e47bbee06405811523f5426e812620ac58e86d4 (diff)
downloadswig-d927fa5376d7c1c19568ab653f1097ef082cae00.tar.gz
Remove unnecessary make invocation when running test-suite
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 8c6072b41..da9dfdce5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -285,9 +285,6 @@ check-test-suite: \
check-javascript-test-suite
check-%-test-suite:
- @if test -d Examples/test-suite/$*; then \
- cd Examples/test-suite/$* && $(MAKE) Makefile; \
- fi
@if test -z "$(skip-$*)"; then \
echo $* unknown; \
exit 1; \