Skip to content

Commit

Permalink
Slightly saner setup of $(PARROT)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschmalhofer committed Jan 28, 2009
1 parent b5d1b24 commit d7c71ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/makefiles/root.in
Expand Up @@ -9,7 +9,7 @@ BUILD_DIR = @build_dir@
## Setup some commands
PERL = @perl@
RM_F = @rm_f@
PARROT = ../../parrot@exe@
PARROT = @build_dir@/parrot@exe@
CAT = $(PERL) -MExtUtils::Command -e cat
#IF(darwin):
#IF(darwin):# MACOSX_DEPLOYMENT_TARGET must be defined for OS X compilation/linking
Expand Down

0 comments on commit d7c71ae

Please sign in to comment.