From d7c71aec2c53e710aec68e957d77ba4ad797e5b8 Mon Sep 17 00:00:00 2001 From: Bernhard Schmalhofer Date: Wed, 28 Jan 2009 10:50:44 +0100 Subject: [PATCH] Slightly saner setup of $(PARROT) --- config/makefiles/root.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/makefiles/root.in b/config/makefiles/root.in index 2481eb4..976c056 100644 --- a/config/makefiles/root.in +++ b/config/makefiles/root.in @@ -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