From 92c204bafa5a0d173fcfe8947ccc8a28df5873fd Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 19 Dec 2000 04:40:02 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@962 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 134409372..1dcc47cf8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,9 +27,10 @@ TARGET = swig SOURCE = Source SOURCEDIRS = `ls $(SOURCE)` -swig: Modules1.1 Swig Preprocessor LParse DOH +swig: Modules1.1 Swig Modules Preprocessor LParse DOH $(CXX) -o $(TARGET) \ $(SOURCE)/Modules1.1/libmodules11.a \ + $(SOURCE)/Modules/libmodules.a \ $(SOURCE)/LParse/liblparse.a \ $(SOURCE)/Preprocessor/libcpp.a \ $(SOURCE)/Swig/libswig.a \