From bfb0856591caf331ebab5e0b3ef3181bcf659081 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Fri, 7 Mar 2003 22:41:24 +0000 Subject: [PATCH] Removed csharp runtime library - there ain't one git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4471 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 22ce4d526..d7078932f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -58,7 +58,6 @@ runtime: @-$(skip-php4) || (cd Runtime; $(MAKE) php4) @-$(skip-ocaml) || (cd Runtime; $(MAKE) ocaml) @-$(skip-chicken) || (cd Runtime; $(MAKE) chicken) - @-$(skip-csharp) || (cd Runtime; $(MAKE) csharp) # @-$(skip-pike) || (cd Runtime; $(MAKE) pike) #####################################################################