[complement-svn] SF.net SVN: complement: [1468] trunk/complement/explore/Makefiles/gmake/ depend.ma
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-01-23 12:27:18
|
Revision: 1468 http://svn.sourceforge.net/complement/?rev=1468&view=rev Author: complement Date: 2007-01-23 04:27:17 -0800 (Tue, 23 Jan 2007) Log Message: ----------- allow few ways for target depend Modified Paths: -------------- trunk/complement/explore/Makefiles/gmake/depend.mak Modified: trunk/complement/explore/Makefiles/gmake/depend.mak =================================================================== --- trunk/complement/explore/Makefiles/gmake/depend.mak 2007-01-23 12:24:52 UTC (rev 1467) +++ trunk/complement/explore/Makefiles/gmake/depend.mak 2007-01-23 12:27:17 UTC (rev 1468) @@ -1,4 +1,4 @@ -# Time-stamp: <06/11/11 01:04:15 ptr> +# Time-stamp: <07/01/23 14:58:21 ptr> # # Copyright (c) 1997-1999, 2002, 2003, 2005, 2006 # Petr Ovtchenkov @@ -31,7 +31,7 @@ endif -depend: $(OUTPUT_DIRS) ${_DASH_DEP} +depend:: $(OUTPUT_DIRS) ${_DASH_DEP} @cat -s $(_ALL_DEP) /dev/null > $(DEPENDS_COLLECTION) TAGS: $(OUTPUT_DIRS) ${_DASH_DEP} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |