Skip to content

Commit

Permalink
[root.in] Fix the path to parrot(.exe), for the "parrot is in parrot/…
Browse files Browse the repository at this point in the history
…" case.
  • Loading branch information
Infinoid committed Feb 4, 2009
1 parent 183814a commit d38a4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/makefiles/root.in
Expand Up @@ -26,7 +26,7 @@ OPS_FILE = src/ops/perl6.ops
# Set up extensions

# Setup some commands
PARROT = ../../parrot$(EXE)
PARROT = $(BUILD_DIR)/parrot$(EXE)
CAT = $(PERL) -MExtUtils::Command -e cat
BUILD_DYNPMC = $(PERL) $(BUILD_DIR)/tools/build/dynpmc.pl
BUILD_DYNOPS = $(PERL) $(BUILD_DIR)/tools/build/dynoplibs.pl
Expand Down

0 comments on commit d38a4ac

Please sign in to comment.