Browse Source

Revert the mcs switch, we will keep the old settings for now

svn path=/trunk/mono/; revision=97025
Miguel de Icaza 18 years ago
parent
commit
9a2bcff65d
1 changed files with 1 additions and 4 deletions
  1. 1 4
      scripts/Makefile.am

+ 1 - 4
scripts/Makefile.am

@@ -20,7 +20,6 @@ bin_SCRIPTS = \
 	$(scripts_service)	\
 	$(scripts_nunit)	\
 	$(scripts_rpmhelpers)	\
-	mcs			\
 	mono-test-install
 
 scripts_1_0_compat = \
@@ -46,6 +45,7 @@ scripts_1_0 = \
 	genxs			\
 	installvst		\
 	macpack			\
+	mcs			\
 	mbas			\
 	mjs			\
 	monolinker		\
@@ -187,6 +187,3 @@ $(scripts_2_0): script.in Makefile
 	$(REWRITE2) -e "s,@""exe_name@,$$n,g" $(srcdir)/script.in > [email protected]
 	mv [email protected] $@
 
-mcs: script.in Makefile
-	$(REWRITE2) -e "s,@""exe_name@,gmcs,g" $(srcdir)/script.in > [email protected]
-	mv [email protected] $@