Skip to content

Commit

Permalink
Fix a bug with rakudo trying to rebuild pbc_to_exe
Browse files Browse the repository at this point in the history
  • Loading branch information
tene committed Mar 18, 2009
1 parent 521a5f1 commit 1ca2109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -164,7 +164,7 @@ HARNESS_WITH_FUDGE_JOBS = $(HARNESS_WITH_FUDGE) --jobs
all: perl6$(EXE)

## targets for building a standalone perl6.
perl6$(EXE): $(PBC_TO_EXE) perl6.pbc
perl6$(EXE): perl6.pbc
$(PBC_TO_EXE) perl6.pbc
@win32_libparrot_copy@

Expand Down

0 comments on commit 1ca2109

Please sign in to comment.