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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Feb 28 22:45:15 UTC 2009


Author: jkeenan
Date: Sat Feb 28 22:45:14 2009
New Revision: 37055
URL: https://trac.parrot.org/parrot/changeset/37055

Log:
Correct syntax error reported by rg.

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Sat Feb 28 22:40:21 2009	(r37054)
+++ trunk/config/gen/makefiles/root.in	Sat Feb 28 22:45:14 2009	(r37055)
@@ -1740,7 +1740,7 @@
 	"t/dynpmc/sha.t" \
 	"t/dynpmc/sha1.t" \
 	"t/dynpmc/sha256.t" \
-	"t/dynpmc/sha512.t" \
+	"t/dynpmc/sha512.t"
 	$(RM_F) \
     "t/src/*.c" \
     "t/src/*.pdb" \


More information about the parrot-commits mailing list