Skip to content

Commit

Permalink
Remov some stray ':=' uses from the makefile template.
Browse files Browse the repository at this point in the history
  • Loading branch information
darbelo committed Oct 20, 2009
1 parent c3ffb60 commit 1966941
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/makefiles/root.in
Expand Up @@ -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@
Expand All @@ -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
Expand Down

0 comments on commit 1966941

Please sign in to comment.