[Aceunit-commit] SF.net SVN: aceunit: [26] trunk/src/doc/examples/sort/Makefile
Status: Beta
Brought to you by:
christianhujer
From: <chr...@us...> - 2007-10-07 14:32:26
|
Revision: 26 http://aceunit.svn.sourceforge.net/aceunit/?rev=26&view=rev Author: christianhujer Date: 2007-10-07 07:32:30 -0700 (Sun, 07 Oct 2007) Log Message: ----------- Fixed bug in Makefile. Added some missing files to clean. Modified Paths: -------------- trunk/src/doc/examples/sort/Makefile Modified: trunk/src/doc/examples/sort/Makefile =================================================================== --- trunk/src/doc/examples/sort/Makefile 2007-10-07 14:31:29 UTC (rev 25) +++ trunk/src/doc/examples/sort/Makefile 2007-10-07 14:32:30 UTC (rev 26) @@ -2,7 +2,7 @@ all: prepare compile clean: - rm -f AceUnit.c AceUnit.h FullPlainLogger.c + rm -f AceUnit.c AceUnit.h FullPlainLogger.c AceUnit.jar sortTest.h prepare: AceUnit.c AceUnit.h FullPlainLogger.c @@ -18,7 +18,7 @@ AceUnit.jar: $(ACE_UNIT_PATH)/java/AceUnit.jar cp $< $@ -$(ACE_UNIT_PATH)/java/AceUnit.jar +$(ACE_UNIT_PATH)/java/AceUnit.jar: (cd $(ACE_UNIT_PATH)/java ; ant) compile: testExample This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |