Author: bernhard
Date: Sun Apr 15 04:56:25 2007
New Revision: 18218

Modified:
   trunk/languages/plumhead/config/makefiles/root.in

Log:
[Plumhead]
Fix 'make help'. A string was not terminated.


Modified: trunk/languages/plumhead/config/makefiles/root.in
==============================================================================
--- trunk/languages/plumhead/config/makefiles/root.in   (original)
+++ trunk/languages/plumhead/config/makefiles/root.in   Sun Apr 15 04:56:25 2007
@@ -18,7 +18,7 @@
        @echo "Following targets are available for the user:"
        @echo ""
        @echo "Building:"
-       @echo "  all:               Build plumhead.pbc
+       @echo "  all:               Build plumhead.pbc"
        @echo "                     with support for variant 'Plumhead 
partridge'."
        @echo "                     This is the default."
        @echo "  build              Same as 'all'."

Reply via email to