diff options
author | Marcelo Matus <mmatus@acms.arizona.edu> | 2005-11-08 15:48:51 +0000 |
---|---|---|
committer | Marcelo Matus <mmatus@acms.arizona.edu> | 2005-11-08 15:48:51 +0000 |
commit | 6de5dc38feee49325e0ce52af107de1925aa8a8b (patch) | |
tree | 4c03bdbeae2e86ab228bf7a411f7e5f37d000b8f /Examples/python/simple | |
parent | 53aca58eb3d7766961622fc96d84e3c95fb2129e (diff) | |
download | swig-6de5dc38feee49325e0ce52af107de1925aa8a8b.tar.gz |
use preinst-swig in all the examples
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7821 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/python/simple')
-rw-r--r-- | Examples/python/simple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/python/simple/Makefile b/Examples/python/simple/Makefile index 754c4a029..4a1e1bb71 100644 --- a/Examples/python/simple/Makefile +++ b/Examples/python/simple/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = example.c TARGET = example INTERFACE = example.i |