diff options
| author | Marcelo Matus <mmatus@acms.arizona.edu> | 2005-11-27 02:05:49 +0000 |
|---|---|---|
| committer | Marcelo Matus <mmatus@acms.arizona.edu> | 2005-11-27 02:05:49 +0000 |
| commit | cb6a1f4ff2894c4dab72283fee0fb2e499e6d2d8 (patch) | |
| tree | 0a049e841b6bbbe1f31c4e7a5b6a2b4a0edbb11d /Examples/tcl/enum | |
| parent | 97c130b7e99e3de87c1e1c91a47628eda01cb63b (diff) | |
| download | swig-cb6a1f4ff2894c4dab72283fee0fb2e499e6d2d8.tar.gz | |
fix examples to use preinst-swig
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7877 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/tcl/enum')
| -rw-r--r-- | Examples/tcl/enum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/tcl/enum/Makefile b/Examples/tcl/enum/Makefile index 7d3d5f9cb..c01283c20 100644 --- a/Examples/tcl/enum/Makefile +++ b/Examples/tcl/enum/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = example.cxx TARGET = example INTERFACE = example.i |
