aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2009-08-09 22:52:08 +0000
committerMiklos Vajna <vmiklos@frugalware.org>2009-08-09 22:52:08 +0000
commit451f71d7b16ccfd420f2ff78762818fe4ec81f5b (patch)
treeb1b64bde8a2fc5811b4ca29ab7b258175f2d98f1 /Makefile.in
parent56c5b52c1d2c0bb05a349e6a94bef4e51ba26a61 (diff)
downloadswig-451f71d7b16ccfd420f2ff78762818fe4ec81f5b.tar.gz
remove unnecessary extra semicolons in the tesuite
Basically just style cleanup, "fi;" or "fi; \" -> "fi". git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11523 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 42fa935d6..ec8cdb8be 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -182,7 +182,7 @@ java.actionexample:
else \
echo $(ACTION)ing Examples/$(LANGUAGE)/java; \
(cd Examples/$(LANGUAGE)/java && $(MAKE) -s $(chk-set-env) $(ACTION)) \
- fi; \
+ fi
gifplot-library:
@echo $(ACTION)ing Examples/GIFPlot/Lib