removed unknown -contract flag which was causing swig to fail

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6086 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-08-12 21:05:02 +00:00
commit 50bad2ac6c

View file

@ -4,7 +4,7 @@ SRCS = example.c
TARGET = my_tclsh
DLTARGET = example
INTERFACE = example.i
SWIGOPT = -contracts
SWIGOPT =
all::
$(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' \