Skip to content

Commit

Permalink
Fix "make" on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jun 20, 2013
1 parent 8dd1f32 commit 4748680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/build/Makefile-JVM.in
Expand Up @@ -272,13 +272,13 @@ $(RUNNER):

## testing targets
lib/Test.class: lib/Test.pm $(PERL6_CLASS) $(SETTING_CLASS) $(RUNNER)
./$(RUNNER) --target=classfile --output=lib/Test.class lib/Test.pm
.@slash@$(RUNNER) --target=classfile --output=lib/Test.class lib/Test.pm

lib/lib.class: lib/lib.pm6 $(PERL6_CLASS) $(SETTING_CLASS) $(RUNNER)
./$(RUNNER) --target=classfile --output=lib/lib.class lib/lib.pm6
.@slash@$(RUNNER) --target=classfile --output=lib/lib.class lib/lib.pm6

lib/Pod/To/Text.class: lib/Pod/To/Text.pm $(PERL6_CLASS) $(SETTING_CLASS) $(RUNNER)
./$(RUNNER) --target=classfile --output=lib/Pod/To/Text.class lib/Pod/To/Text.pm
.@slash@$(RUNNER) --target=classfile --output=lib/Pod/To/Text.class lib/Pod/To/Text.pm

test : coretest

Expand Down

0 comments on commit 4748680

Please sign in to comment.