From 5a483c611f34db2d576322499d75a5da84b265fd Mon Sep 17 00:00:00 2001 From: Ian Cooke Date: Fri, 17 Mar 2000 03:24:16 +0000 Subject: [PATCH] Added target 'Swithe'. Expat now builds. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@345 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SWIG/Makefile.in b/SWIG/Makefile.in index b87e7f9a1..ec66b4e02 100644 --- a/SWIG/Makefile.in +++ b/SWIG/Makefile.in @@ -92,11 +92,14 @@ Xmlparse: @cd $(SOURCE)/Xmlparse; $(MAKE) Expat: - @cd $(SOURCE)/Expat; $(Make) + @cd $(SOURCE)/Expat; $(MAKE) + +Swithe: + @cd $(SOURCE)/Swithe; $(MAKE) .PHONY: SWIG1.1 Modules1.1 Swig Preprocessor LParse \ - Experiment Swim SWILL DOH + Experiment Swim SWILL DOH Swithe ##################################################################### # Runtime libraries