On 5-feb-2006, at 4:57, Bob Ippolito wrote:



[EMAIL PROTECTED] @
ifneq ($(CONFIGURE_MACOSX_DEPLOYMENT_TARGET),"")
SHELL=/usr/bin/env MACOSX_DEPLOYMENT_TARGET=$ (CONFIGURE_MACOSX_DEPLOYMENT_TARGET) /bin/sh
endif

That will work, but if we're going to use GNU-ism's in the makefile I'd rather see 'export MACOSX_DEPLPYMENT_TARGET' (and rename CONFIGURE_MACOSX_DEPLOYMENT_TARGET to MACOSX_DEPLOYMENT_TARGET).

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to