[Assorted-commits] SF.net SVN: assorted: [818] simple-build/trunk/src/Makefile
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-05-14 22:56:42
|
Revision: 818 http://assorted.svn.sourceforge.net/assorted/?rev=818&view=rev Author: yangzhang Date: 2008-05-14 15:56:50 -0700 (Wed, 14 May 2008) Log Message: ----------- fixed target ordering Modified Paths: -------------- simple-build/trunk/src/Makefile Modified: simple-build/trunk/src/Makefile =================================================================== --- simple-build/trunk/src/Makefile 2008-05-14 22:56:35 UTC (rev 817) +++ simple-build/trunk/src/Makefile 2008-05-14 22:56:50 UTC (rev 818) @@ -1,13 +1,13 @@ JYAML := jyaml-1.3.jar SCALA_COMMONS := ~/scom/src +all: meta/SimpleBuild.class + -include site.mk jyaml-1.3.jar: wget 'http://downloads.sourceforge.net/jyaml/jyaml-1.3.jar' -all: meta/SimpleBuild.class - meta/SimpleBuild.class: SimpleBuild.scala $(JYAML) mkdir -p meta fsc -deprecation -unchecked -d meta -cp $(JYAML) \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |