summaryrefslogtreecommitdiff
path: root/Examples/php
diff options
context:
space:
mode:
authorKarl Wette <karl.wette@ligo.org>2014-04-16 12:05:33 +0200
committerKarl Wette <karl.wette@ligo.org>2014-04-16 12:06:02 +0200
commit3aacde4f5fd10b2504845f6b86171d9950671e17 (patch)
treeed66bd0fad047f04a0cd4de8972354825dac9fff /Examples/php
parent5934b08220f11c66f8128c75d54339ab84d4b972 (diff)
downloadswig-3aacde4f5fd10b2504845f6b86171d9950671e17.tar.gz
Whitespace cleanup of Example Makefiles
Diffstat (limited to 'Examples/php')
-rw-r--r--Examples/php/callback/Makefile2
-rw-r--r--Examples/php/extend/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Examples/php/callback/Makefile b/Examples/php/callback/Makefile
index 08b2710b2..6f7e4ad27 100644
--- a/Examples/php/callback/Makefile
+++ b/Examples/php/callback/Makefile
@@ -4,7 +4,7 @@ CXXSRCS = example.cxx
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile php_run
diff --git a/Examples/php/extend/Makefile b/Examples/php/extend/Makefile
index 08b2710b2..6f7e4ad27 100644
--- a/Examples/php/extend/Makefile
+++ b/Examples/php/extend/Makefile
@@ -4,7 +4,7 @@ CXXSRCS = example.cxx
TARGET = example
INTERFACE = example.i
LIBS = -lm
-SWIGOPT =
+SWIGOPT =
check: build
$(MAKE) -f $(TOP)/Makefile php_run