diff options
| author | Marcelo Matus <mmatus@acms.arizona.edu> | 2005-10-18 13:24:15 +0000 |
|---|---|---|
| committer | Marcelo Matus <mmatus@acms.arizona.edu> | 2005-10-18 13:24:15 +0000 |
| commit | 7e5e4fd1f9c8adfcd0eb1328e35143e110e115ff (patch) | |
| tree | c9290832aaa1a42f5bcb6dd14ffaf82ed584ddca /Examples/python/multimap | |
| parent | 5bbd841acc554b9e3d1ec33d604e825197ae6e0c (diff) | |
| download | swig-7e5e4fd1f9c8adfcd0eb1328e35143e110e115ff.tar.gz | |
massive typemap unification
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7676 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/python/multimap')
| -rw-r--r-- | Examples/python/multimap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/python/multimap/Makefile b/Examples/python/multimap/Makefile index 754c4a029..4a1e1bb71 100644 --- a/Examples/python/multimap/Makefile +++ b/Examples/python/multimap/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = example.c TARGET = example INTERFACE = example.i |
