[svn:languages] r84 - lolcode/trunk/config/makefiles

tene at svn.parrot.org tene at svn.parrot.org
Wed Oct 21 17:11:59 UTC 2009


Author: tene
Date: Wed Oct 21 17:11:59 2009
New Revision: 84
URL: https://trac.parrot.org/languages/changeset/84

Log:
Oops, one more fix to build the fakecutable by default

Modified:
   lolcode/trunk/config/makefiles/root.in

Modified: lolcode/trunk/config/makefiles/root.in
==============================================================================
--- lolcode/trunk/config/makefiles/root.in	Tue Oct 20 18:08:19 2009	(r83)
+++ lolcode/trunk/config/makefiles/root.in	Wed Oct 21 17:11:59 2009	(r84)
@@ -65,10 +65,10 @@
 TEST_CLEANUPS :=
 
 # the default target
-build: lolcode.pbc
-
 all: build lolcode at exe@ installable
 
+build: lolcode.pbc
+
 lolcode.pbc: $(SOURCES)
 	$(PARROT) $(PARROT_ARGS) -o lolcode.pbc lolcode.pir
 


More information about the parrot-commits mailing list