Whitespace cleanup of all Makefiles*

- some of the %.clean rules in the test-suite Makefiles were using a single tab
  as an empty rule, dangerous! I've replaced these with the safer '@exit 0'.
This commit is contained in:
Karl Wette 2014-05-02 16:16:11 +02:00
commit d5b765d388
33 changed files with 138 additions and 167 deletions

View file

@ -31,7 +31,7 @@ include $(srcdir)/../common.mk
# none!
# Rules for the different types of tests
%.cpptest:
%.cpptest:
$(setup)
+$(swig_and_compile_cpp)
$(run_testcase)
@ -41,7 +41,7 @@ include $(srcdir)/../common.mk
+$(swig_and_compile_c)
$(run_testcase)
%.multicpptest:
%.multicpptest:
$(setup)
+$(swig_and_compile_multi_cpp)
$(run_testcase)