Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[parrot] build stage{1,2} in gen/parrot/
  • Loading branch information
moritz committed Oct 16, 2013
1 parent de8a945 commit e222b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build/Makefile-Parrot.in
Expand Up @@ -137,8 +137,8 @@ STAGE0_SOURCES = \
src/vm/parrot/stage0/NQP-s0.pir

STAGE0 = src/vm/parrot/stage0
STAGE1 = src/stage1
STAGE2 = src/stage2
STAGE1 = gen/parrot/stage1
STAGE2 = gen/parrot/stage2

MODULE_LOADER_PBC = ModuleLoader.pbc

Expand Down

0 comments on commit e222b61

Please sign in to comment.