[tests] Some of the new decimal tests (ported from MS tests) do not work on every...
[mono.git] / runtime / Makefile.am
index aea6c5faa367e2bf07b9258e15c39001b5de3f0e..b021efeec4d64a4a7b2337f5821a281a0f68b0bc 100644 (file)
@@ -79,11 +79,9 @@ install-data:
 uninstall:
        cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' RUNTIME_HAS_CONSISTENT_GACDIR=yes prefix=$(prefix) uninstall-profiles
 
-## mono --wapi=semdel will probably not delete the semaphore if someone is crazy enough to do a 'make -j distclean' :-)
 clean-local:
        cd $(mcs_topdir) && $(MAKE) NO_DIR_CHECK=1 PROFILES='$(build_profiles)' clean-profiles
-       -./mono-wrapper --wapi=semdel
-       -rm -fr $(etctmp) $(tmpinst) .wapi
+       -rm -fr $(etctmp) $(tmpinst)
 
 endif BUILD_MCS