Skip to content

Commit

Permalink
[build] 'make test' should also depend on the fake executable
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 25, 2009
1 parent 798236b commit bad46f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -250,7 +250,7 @@ test : coretest
codetest:
$(MAKE) $(BUILD_DIR) codetest

coretest: perl6.pbc
coretest: perl6$(EXE)
# prove t/pmc
$(PERL) t/harness t/00-parrot t/01-sanity

Expand Down

0 comments on commit bad46f7

Please sign in to comment.