From 196694118eea99fb9930cc429918895dab0d7182 Mon Sep 17 00:00:00 2001 From: Daniel Arbelo Arrocha Date: Tue, 20 Oct 2009 18:48:19 -0200 Subject: [PATCH] Remov some stray ':=' uses from the makefile template. --- config/makefiles/root.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/makefiles/root.in b/config/makefiles/root.in index da934ba..65ba2c4 100644 --- a/config/makefiles/root.in +++ b/config/makefiles/root.in @@ -2,10 +2,10 @@ PARROT_ARGS = ## configuration settings -INCLUDE_DIR := @includedir@@versiondir@ -LIB_DIR := @libdir@@versiondir@ -SRC_DIR := @srcdir@@versiondir@ -TOOLS_DIR := @libdir@@versiondir@/tools/lib +INCLUDE_DIR = @includedir@@versiondir@ +LIB_DIR = @libdir@@versiondir@ +SRC_DIR = @srcdir@@versiondir@ +TOOLS_DIR = @libdir@@versiondir@/tools/lib LOAD_EXT = @load_ext@ O = @o@ @@ -20,7 +20,7 @@ NQP = $(PARROT) $(LIB_DIR)/languages/nqp/nqp.pbc PBC_TO_EXE = @bindir@/pbc_to_exe #IF(darwin):# MACOSX_DEPLOYMENT_TARGET must be defined for OS X compilation/linking -#IF(darwin):export MACOSX_DEPLOYMENT_TARGET := @osx_version@ +#IF(darwin):export MACOSX_DEPLOYMENT_TARGET = @osx_version@ ## places to look for things PARROT_DYNEXT = $(LIB_DIR)/dynext