[complement-svn] SF.net SVN: complement: [1414] trunk/complement/extern/custom/boost/libs/ Makefile
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-11-27 18:52:51
|
Revision: 1414 http://svn.sourceforge.net/complement/?rev=1414&view=rev Author: complement Date: 2006-11-27 10:52:47 -0800 (Mon, 27 Nov 2006) Log Message: ----------- add install-release-static tag Modified Paths: -------------- trunk/complement/extern/custom/boost/libs/Makefile Modified: trunk/complement/extern/custom/boost/libs/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/Makefile 2006-11-27 18:49:17 UTC (rev 1413) +++ trunk/complement/extern/custom/boost/libs/Makefile 2006-11-27 18:52:47 UTC (rev 1414) @@ -11,7 +11,7 @@ include ${SRCROOT}/Makefiles/gmake/subdirs.mak -all install depend clean clobber distclean: +all install install-release-static depend clean clobber distclean: $(doinsubdirs) -.PHONY: all install depend clean clobber distclean +.PHONY: all install install-release-static depend clean clobber distclean This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |