|
|
Author: fperrad
Date: Thu Jan 17 01:34:37 2008
New Revision: 24941
Modified:
trunk/languages/lolcode/config/makefiles/root.in
Log:
[lolcode]
- add pbc_to_exe
Modified: trunk/languages/lolcode/config/makefiles/root.in
==============================================================================
--- trunk/languages/lolcode/config/makefiles/root.in (original)
+++ trunk/languages/lolcode/config/makefiles/root.in Thu Jan 17 01:34:37 2008
@@ -24,6 +24,7 @@
PERL6GRAMMAR = $(PGE_LIBRARY)/Perl6Grammar.pbc
NQP = $(BUILD_DIR)/compilers/nqp/nqp.pbc
PCT = $(BUILD_DIR)/runtime/parrot/library/PCT.pbc
+PBC_TO_EXE = $(BUILD_DIR)/pbc_to_exe@exe@
PMC_DIR = src/pmc
@@ -44,6 +45,9 @@
# PMCS = lolcode
# PMC_SOURCES = $(PMC_DIR)/lolcode.pmc
+lolcode@exe@: lolcode.pbc
+ $(PBC_TO_EXE) lolcode.pbc
+
# the default target
lolcode.pbc: $(PARROT) $(SOURCES)
$(PARROT) $(PARROT_ARGS) -o lolcode.pbc lolcode.pir
|
|