Skip to content

Commit

Permalink
Remove #IF()s from the Makefile.in template, Configure.nqp doesn't su…
Browse files Browse the repository at this point in the history
…pport them.
  • Loading branch information
darbelo committed Oct 21, 2009
1 parent 84285f4 commit 69a28b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions config/Makefile.in
Expand Up @@ -14,9 +14,6 @@ PARROT = @bindir@/parrot@exe@
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@

PARROT_DYNEXT = $(LIB_DIR)/dynext
PERL6GRAMMAR = $(LIB_DIR)/library/PGE/Perl6Grammar.pbc
PCT = $(LIB_DIR)/PCT.pbc
Expand Down

0 comments on commit 69a28b6

Please sign in to comment.