[complement-svn] SF.net SVN: complement: [1478] trunk/complement/explore/Makefiles/clean.mak
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-01-26 13:58:07
|
Revision: 1478 http://svn.sourceforge.net/complement/?rev=1478&view=rev Author: complement Date: 2007-01-26 05:58:06 -0800 (Fri, 26 Jan 2007) Log Message: ----------- multiple decision pathes for all *clean tags Modified Paths: -------------- trunk/complement/explore/Makefiles/clean.mak Modified: trunk/complement/explore/Makefiles/clean.mak =================================================================== --- trunk/complement/explore/Makefiles/clean.mak 2007-01-26 13:55:37 UTC (rev 1477) +++ trunk/complement/explore/Makefiles/clean.mak 2007-01-26 13:58:06 UTC (rev 1478) @@ -39,10 +39,10 @@ # $(DEPENDS_COLLECTION) removed before directory, # see app/clean.mak and lib/clean.mak -mostlyclean: clean +mostlyclean:: clean @-rm -f $(DEPENDS_COLLECTION) @-rm -f TAGS tags -maintainer-clean: distclean +maintainer-clean:: distclean @rm -f ${RULESBASE}/config.mak @-rm -f TAGS tags This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |