Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix parallel build
  • Loading branch information
Tadeusz Sośnierz committed May 17, 2013
1 parent b47f7a3 commit 07e5a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile-JVM.in
Expand Up @@ -249,7 +249,7 @@ $(PERL6_CLASS): src/main.nqp $(RUNTIME_JAR) $(PERL6_G_CLASS) $(PERL6_A_CLASS) $(
$(NQP) --target=classfile --javaclass=perl6 --output=$(PERL6_CLASS) \
src/gen/main.nqp

$(PERL6_M_CLASS): $(METAMODEL_SOURCES)
$(PERL6_M_CLASS): $(METAMODEL_SOURCES) $(PERL6_OPS_CLASS)
$(PERL) $(GEN_CAT) $(METAMODEL_SOURCES) > src/gen/Metamodel.nqp
$(NQP) --target=classfile --output=$(PERL6_M_CLASS) --encoding=utf8 \
src/gen/Metamodel.nqp
Expand Down

0 comments on commit 07e5a3f

Please sign in to comment.