Author: coke
Date: Mon Apr 18 17:47:21 2005
New Revision: 7868
Modified:
trunk/config/gen/makefiles/tcl_examples.in
Log:
add --gc-debug to default example target
Modified: trunk/config/gen/makefiles/tcl_examples.in
==============================================================================
--- trunk/config/gen/makefiles/tcl_examples.in (original)
+++ trunk/config/gen/makefiles/tcl_examples.in Mon Apr 18 17:47:21 2005
@@ -6,7 +6,7 @@
@echo "to run <foo>.tcl, type 'make <foo>'"
%:%.tcl
- cd $(UP_PATH) && $(PARROT) $(DOWN_PATH)tcl.pbc $(DOWN_PATH)[EMAIL
PROTECTED]
+ cd $(UP_PATH) && $(PARROT) --gc-debug $(DOWN_PATH)tcl.pbc
$(DOWN_PATH)[EMAIL PROTECTED]
# (for development testing)
test: