Author: bernhard
Date: Sun Jan 25 02:51:38 2009
New Revision: 35988

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

Log:
[unlambda] update 'help' target


Modified: trunk/languages/unlambda/config/makefiles/root.in
==============================================================================
--- trunk/languages/unlambda/config/makefiles/root.in   (original)
+++ trunk/languages/unlambda/config/makefiles/root.in   Sun Jan 25 02:51:38 2009
@@ -21,7 +21,7 @@
        @echo ""
        @echo "Following targets are available for the user:"
        @echo ""
-       @echo "  build:             does nothing."
+       @echo "  build:             Build unl.pbc."
        @echo "                     This is the default target."
        @echo ""
        @echo "  test:              Run the test suite."
@@ -34,7 +34,7 @@
 
 # regenerate the Makefile
 Makefile: config/makefiles/root.in
-        $(PERL) Configure.pl
+       $(PERL) Configure.pl
 
 # Compilation:
 build: unl.pbc
@@ -43,7 +43,7 @@
        $(PARROT) -o unl.pbc unl.pir
 
 # cleaning up
-clean: 
+clean:
        $(RM_F) unl.pbc
 
 realclean: clean

Reply via email to