From 56d598c8fe2083429074391007da68fba65ccdee Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 25 Nov 2003 19:48:36 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5405 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/python/contract/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Examples/python/contract/Makefile b/SWIG/Examples/python/contract/Makefile index 6bae6e6b6..87a0beb2b 100644 --- a/SWIG/Examples/python/contract/Makefile +++ b/SWIG/Examples/python/contract/Makefile @@ -3,7 +3,7 @@ SWIG = $(TOP)/../swig SRCS = example.c TARGET = example INTERFACE = example.i -SWIGOPT = -contracts +SWIGOPT = all:: $(MAKE) -f $(TOP)/Makefile SRCS='$(SRCS)' SWIG='$(SWIG)' SWIGOPT='$(SWIGOPT)' \ TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' python