[Assorted-commits] SF.net SVN: assorted:[1318] clamp/trunk/src/Makefile
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-03-20 21:51:13
|
Revision: 1318 http://assorted.svn.sourceforge.net/assorted/?rev=1318&view=rev Author: yangzhang Date: 2009-03-20 21:17:36 +0000 (Fri, 20 Mar 2009) Log Message: ----------- fixed the test case outdir Modified Paths: -------------- clamp/trunk/src/Makefile Modified: clamp/trunk/src/Makefile =================================================================== --- clamp/trunk/src/Makefile 2009-03-20 21:15:44 UTC (rev 1317) +++ clamp/trunk/src/Makefile 2009-03-20 21:17:36 UTC (rev 1318) @@ -68,4 +68,5 @@ .PRECIOUS: %.cc %.cc: %.clamp clamp - ./clamp --outdir asdf/ --prefix $(basename $<) <$< >$@ + mkdir -p clampout + ./clamp --outdir clampout/ --prefix $(basename $<) <$< >$@ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |