Skip to content

Commit

Permalink
add nqp-rx as a depenency for JSON.nqp
Browse files Browse the repository at this point in the history
  • Loading branch information
cotto committed Feb 19, 2011
1 parent 5b84f21 commit 9859ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compilers/data_json/Rules.mak
Expand Up @@ -2,7 +2,7 @@ runtime/parrot/languages/data_json/data_json.pbc: compilers/data_json/data_json.
$(MKPATH) runtime/parrot/languages/data_json
$(CP) compilers/data_json/data_json.pbc $@

runtime/parrot/languages/JSON/JSON.pir: compilers/data_json/JSON.nqp
runtime/parrot/languages/JSON/JSON.pir: compilers/data_json/JSON.nqp $(NQP_RX)
$(MKPATH) runtime/parrot/languages/JSON
$(NQP_RX) --target=pir compilers/data_json/JSON.nqp > $@

Expand Down

0 comments on commit 9859ea7

Please sign in to comment.