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
This commit is contained in:
William S Fulton 2003-03-07 22:41:24 +00:00
commit bfb0856591

View file

@ -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)
#####################################################################