Author: paultcochrane
Date: Sun Sep 30 14:49:14 2007
New Revision: 21685

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

Log:
[tcl] Makefile targets need explicit tab characters.


Modified: trunk/languages/tcl/config/makefiles/root.in
==============================================================================
--- trunk/languages/tcl/config/makefiles/root.in        (original)
+++ trunk/languages/tcl/config/makefiles/root.in        Sun Sep 30 14:49:14 2007
@@ -92,7 +92,7 @@
        $(PARROT) $(PGE_DIR)/pgc.pir --output=$@ $<
 
 .pir.pbc :
-    $(PARROT) --output=$@ $<
+       $(PARROT) --output=$@ $<
 
 .tcl.pir :
        $(PARROT) tcl.pbc $< --pir > $@

Reply via email to