Skip to content

Commit

Permalink
I have some issues building the fakeexecutable here; making test and …
Browse files Browse the repository at this point in the history
…spectest just depend on a perl6.pbc (which is what they actually *need*) for now.
  • Loading branch information
jnthn committed Feb 18, 2009
1 parent af2cace commit 044ba5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile.in
Expand Up @@ -160,7 +160,7 @@ t/spec :
spectest_update :
-cd t/spec && svn up

testable : all Test.pir spectest_checkout spectest_update
testable : perl6.pbc Test.pir spectest_checkout spectest_update

xmas: perl6$(EXE)

Expand Down Expand Up @@ -228,7 +228,7 @@ test : coretest
codetest:
$(MAKE) $(BUILD_DIR) codetest

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

Expand Down

0 comments on commit 044ba5e

Please sign in to comment.