diff options
author | Marcelo Matus <mmatus@acms.arizona.edu> | 2005-11-27 02:17:20 +0000 |
---|---|---|
committer | Marcelo Matus <mmatus@acms.arizona.edu> | 2005-11-27 02:17:20 +0000 |
commit | d5122e2a9cb3fa00c939ebb120bc771fbe86be8a (patch) | |
tree | e5c0aa6ba574dc88e16be44a83a13e81652cde0d /Examples/ocaml/simple | |
parent | e7bd6be39ea1b16d9530cd78982d5c704e110f21 (diff) | |
download | swig-d5122e2a9cb3fa00c939ebb120bc771fbe86be8a.tar.gz |
force examples to use preinst-swig, as is done in the test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7880 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/ocaml/simple')
-rw-r--r-- | Examples/ocaml/simple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/ocaml/simple/Makefile b/Examples/ocaml/simple/Makefile index 54ed8abf8..4b85bf33e 100644 --- a/Examples/ocaml/simple/Makefile +++ b/Examples/ocaml/simple/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../swig +SWIG = $(TOP)/../preinst-swig SRCS = example.c TARGET = example INTERFACE = example.i |