Author: kjs
Date: Thu Feb 21 11:31:54 2008
New Revision: 25944
Modified:
trunk/languages/c99/config/makefiles/root.in
Log:
[c99]
fix root.in; I forgot to change a few "c"s into c99.
Modified: trunk/languages/c99/config/makefiles/root.in
==============================================================================
--- trunk/languages/c99/config/makefiles/root.in (original)
+++ trunk/languages/c99/config/makefiles/root.in Thu Feb 21 11:31:54 2008
@@ -27,7 +27,7 @@
PMC_DIR = src/pmc
-all: c.pbc
+all: c99.pbc
C_GROUP = $(PMC_DIR)/c_group$(LOAD_EXT)
@@ -45,7 +45,7 @@
# the default target
c99.pbc: $(PARROT) $(SOURCES)
- $(PARROT) $(PARROT_ARGS) -o c.pbc c99.pir
+ $(PARROT) $(PARROT_ARGS) -o c99.pbc c99.pir
src/gen_grammar.pir: $(PERL6GRAMMAR) src/parser/grammar.pg
$(PARROT) $(PARROT_ARGS) $(PERL6GRAMMAR) \