From f3133f89c6289a908afb68040e480c53e0ecea0e Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Fri, 3 Feb 2006 23:41:48 +0000 Subject: [PATCH] fix SWIG var git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8702 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Examples/python/swigrun/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/Examples/python/swigrun/Makefile b/SWIG/Examples/python/swigrun/Makefile index 31e987840..53bf701c9 100644 --- a/SWIG/Examples/python/swigrun/Makefile +++ b/SWIG/Examples/python/swigrun/Makefile @@ -1,5 +1,5 @@ TOP = ../.. -SWIG = $(TOP)/../preinst-preinst-swig +SWIG = $(TOP)/../preinst-swig CXXSRCS = example.cxx TARGET = example INTERFACE = example.i