[Monodevelop-patches-list] r1259 - in trunk/MonoDevelop: build src/AddIns/Nunit

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Fri Mar 26 16:06:58 EST 2004


Author: jluke
Date: 2004-03-26 16:06:58 -0500 (Fri, 26 Mar 2004)
New Revision: 1259

Modified:
   trunk/MonoDevelop/build/Makefile.am
   trunk/MonoDevelop/src/AddIns/Nunit/Makefile.am
Log:
fix my last commit,
use clean-local to remove build/bin


Modified: trunk/MonoDevelop/build/Makefile.am
===================================================================
--- trunk/MonoDevelop/build/Makefile.am	2004-03-26 20:48:19 UTC (rev 1258)
+++ trunk/MonoDevelop/build/Makefile.am	2004-03-26 21:06:58 UTC (rev 1259)
@@ -1,8 +1,6 @@
 SUBDIRS = data AddIns doc
 
-CLEANFILES = bin/*
-
 all:
 
-clean:
+clean-local:
 	rm -rf bin

Modified: trunk/MonoDevelop/src/AddIns/Nunit/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/Nunit/Makefile.am	2004-03-26 20:48:19 UTC (rev 1258)
+++ trunk/MonoDevelop/src/AddIns/Nunit/Makefile.am	2004-03-26 21:06:58 UTC (rev 1259)
@@ -30,7 +30,10 @@
 
 all: $(ASSEMBLY)
 
-$(ASSEMBLY): ../../../build/AddIns/$(ADDIN) $(FILES)
+../../../build/AddIns/$(ADDIN): $(ADDIN)
+	cp $(ADDIN) ../../../build/AddIns/MonoDevelopNunit.addin
+
+$(ASSEMBLY): $(FILES)
 	$(CSC) $(DLLS) $(build_sources) /out:$(ASSEMBLY) /target:library \
 	&& cp $(ASSEMBLY) ../../../build/AddIns/.
 




More information about the Monodevelop-patches-list mailing list