Skip to content

Commit

Permalink
Fix build for various platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Sep 22, 2011
1 parent ce48590 commit 0751cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ $(NQP_EXE): $(NQP_PBC)
$(PBC_TO_EXE) $(NQP_PBC)

$(NCI_PBC):
$(NQP_EXE) --target=pir --output=src/gen/CallBuilder.pir $(NCI_SOURCE)
./$(NQP_EXE) --target=pir --output=src/gen/CallBuilder.pir $(NCI_SOURCE)
$(PARROT) -o $(NCI_PBC) src/gen/CallBuilder.pir

$(DYNEXT_TARGET): $(DYNPMC) $(DYNOPS)
Expand Down

0 comments on commit 0751cd8

Please sign in to comment.