[complement-svn] SF.net SVN: complement: [1515] trunk/complement/explore/lib/Makefile
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-02-06 14:34:59
|
Revision: 1515 http://svn.sourceforge.net/complement/?rev=1515&view=rev Author: complement Date: 2007-02-06 06:34:57 -0800 (Tue, 06 Feb 2007) Log Message: ----------- use + token, to allow -j (parallel build) Modified Paths: -------------- trunk/complement/explore/lib/Makefile Modified: trunk/complement/explore/lib/Makefile =================================================================== --- trunk/complement/explore/lib/Makefile 2007-02-06 13:25:50 UTC (rev 1514) +++ trunk/complement/explore/lib/Makefile 2007-02-06 14:34:57 UTC (rev 1515) @@ -12,6 +12,6 @@ include ${SRCROOT}/Makefiles/gmake/subdirs.mak all install depend clean clobber distclean check: - $(call doinsubdirs,${SUBDIRS}) + +$(call doinsubdirs,${SUBDIRS}) .PHONY: all install depend clean clobber distclean check This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |