summaryrefslogtreecommitdiff
path: root/Examples/python/import/Makefile
diff options
context:
space:
mode:
authorDave Beazley <dave-swig@dabeaz.com>2003-11-20 21:14:12 +0000
committerDave Beazley <dave-swig@dabeaz.com>2003-11-20 21:14:12 +0000
commitceda8b76551c76c4f06bdd5ae30329e62ca6f3c6 (patch)
tree8997fb6b3c937efe1c63fd2fa49eca6cdcc1b017 /Examples/python/import/Makefile
parent04e800b085c473f270819922c7115d5b0e1c49cc (diff)
downloadswig-ceda8b76551c76c4f06bdd5ae30329e62ca6f3c6.tar.gz
changed -c to -noruntime
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5354 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/python/import/Makefile')
-rw-r--r--Examples/python/import/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/python/import/Makefile b/Examples/python/import/Makefile
index 8a643dfa2..1095652ac 100644
--- a/Examples/python/import/Makefile
+++ b/Examples/python/import/Makefile
@@ -1,6 +1,6 @@
TOP = ../..
SWIG = $(TOP)/../swig
-SWIGOPT = -c
+SWIGOPT = -noruntime
RUNTIMEDIR = $(TOP)/../Runtime/.libs
all::