Avoid creating a temporary variable when target await expression is does not include...
[mono.git] / mcs / mcs / Makefile
index 2d11ff8537db576d13dbbe1c6f46851506cd889b..3524c5987d9896862c09405e77e8d3fffc573826 100644 (file)
@@ -73,10 +73,6 @@ mcs3.exe: mcs2.exe
 wc:
        wc -l $(BUILT_SOURCES) `cat $(sourcefile)`
 
-ctest: 
-       rm -f mcs2.exe mcs3.exe
-       $(MAKE) USE_MCS_FLAGS="-d:NET_1_1 -d:ONLY_1_1" btest
-
 # we need this because bash tries to use its own crappy timer
 FRIENDLY_TIME = $(shell which time) -f'%U seconds'