Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Correct a debugger dependency in Makefile.
  • Loading branch information
jnthn committed Feb 19, 2014
1 parent 23ecfa4 commit 3bbd8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile-JVM.in
Expand Up @@ -262,7 +262,7 @@ j-runner-default: j-all
$(CP) $(J_RUNNER) perl6$(BAT)
$(CHMOD) 755 perl6$(BAT)

$(PERL6_DEBUG_JAR): src/perl6-debug.nqp $(PERL6_JVM)
$(PERL6_DEBUG_JAR): src/perl6-debug.nqp $(PERL6_JAR)
$(J_NQP) --target=jar --javaclass=perl6-debug --output=$(PERL6_DEBUG_JAR) \
src/perl6-debug.nqp

Expand Down

0 comments on commit 3bbd8fd

Please sign in to comment.