Skip to content

Commit

Permalink
[Makefile-JVM.in] also install eval-client.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Jun 21, 2013
1 parent 522ae10 commit 4875091
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/build/Makefile-JVM.in
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ P5QREGEX_SOURCES = \
src/QRegex/P5Regex/Actions.nqp \
src/QRegex/P5Regex/Compiler.nqp \

EVAL_CLIENT = tools/jvm/eval-client.pl

NQP_CLASS = nqp.class
NQP_COMBINED = gen/NQP.nqp
NQP_SOURCES = \
Expand Down Expand Up @@ -162,6 +164,7 @@ install: all
$(CP) $(P6QREGEX_CLASS) $(PREFIX)
$(CP) $(NQP_CLASS) $(PREFIX)
$(CP) $(P5QREGEX_CLASS) $(PREFIX)
$(CP) $(EVAL_CLIENT) $(PREFIX)
$(PERL) tools/build/install-jvm-runner.pl $(PREFIX)

$(RUNTIME_JAR): $(RUNTIME_JAVAS)
Expand Down

0 comments on commit 4875091

Please sign in to comment.