Skip to content

Commit e222b61

Browse files
committed
[parrot] build stage{1,2} in gen/parrot/
1 parent de8a945 commit e222b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build/Makefile-Parrot.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ STAGE0_SOURCES = \
137137
src/vm/parrot/stage0/NQP-s0.pir
138138

139139
STAGE0 = src/vm/parrot/stage0
140-
STAGE1 = src/stage1
141-
STAGE2 = src/stage2
140+
STAGE1 = gen/parrot/stage1
141+
STAGE2 = gen/parrot/stage2
142142

143143
MODULE_LOADER_PBC = ModuleLoader.pbc
144144

0 commit comments

Comments
 (0)