From ffebee129dd78aa28bb4b41dde0ef972a54876c4 Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Tue, 7 Dec 2004 10:24:43 +0000 Subject: * runtime/Makefile.am (uninstall): New. svn path=/trunk/mono/; revision=37307 --- runtime/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'runtime') diff --git a/runtime/Makefile.am b/runtime/Makefile.am index df54e44b83e..7f40f0e180c 100644 --- a/runtime/Makefile.am +++ b/runtime/Makefile.am @@ -43,6 +43,12 @@ install-exec: install-data: @: +# override automake +uninstall: + d=`pwd`; \ + cd $(mcs_topdir) && $(MAKE) prefix='$(exec_prefix)' PROFILES='$(build_profiles)' \ + RUNTIME=$$d/mono-wrapper RUNTIME_HAS_CONSISTENT_GACDIR=yes uninstall-profiles + clean-local: -rm -fr $(symlinks) d=`pwd`; cd $(mcs_topdir) && $(MAKE) PROFILES='$(clean_profiles)' clean-profiles -- cgit v1.2.3