Updated build

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@959 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-12-18 02:59:52 +00:00
commit 6baa06b3cf
2 changed files with 2 additions and 3 deletions

View file

@ -27,10 +27,10 @@ TARGET = swig
SOURCE = Source
SOURCEDIRS = `ls $(SOURCE)`
swig: SWIG1.1 Modules1.1 Swig Preprocessor DOH
swig: Modules1.1 Swig Preprocessor LParse DOH
$(CXX) -o $(TARGET) \
$(SOURCE)/Modules1.1/libmodules11.a \
$(SOURCE)/SWIG1.1/libswig11.a \
$(SOURCE)/LParse/liblparse.a \
$(SOURCE)/Preprocessor/libcpp.a \
$(SOURCE)/Swig/libswig.a \
$(SOURCE)/DOH/libdoh.a \

View file

@ -730,7 +730,6 @@ configure_substituted_files=`echo \
Source/Modules/Makefile \
Source/Modules1.1/Makefile \
Source/Preprocessor/Makefile \
Source/SWIG1.1/Makefile \
Source/SWIG1.3/Makefile \
Source/Swig/Makefile \
`