[svn:parrot] r47803 - trunk/config/gen/makefiles

mikehh at svn.parrot.org mikehh at svn.parrot.org
Thu Jun 24 11:05:59 UTC 2010


Author: mikehh
Date: Thu Jun 24 11:05:59 2010
New Revision: 47803
URL: https://trac.parrot.org/parrot/changeset/47803

Log:
add generated_hello.pbc to examples-clean

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Thu Jun 24 08:18:23 2010	(r47802)
+++ trunk/config/gen/makefiles/root.in	Thu Jun 24 11:05:59 2010	(r47803)
@@ -1218,7 +1218,8 @@
     examples/mops/mops$(EXE) \
     examples/pasm/hello.pbc \
     examples/pasm/hello$(O) \
-    examples/pasm/hello$(EXE)
+    examples/pasm/hello$(EXE) \
+    generated_hello.pbc
 
 # hello
 hello: test_prep examples/pasm/hello$(EXE)


More information about the parrot-commits mailing list