summaryrefslogtreecommitdiffstats
path: root/Mac/PythonLauncher
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-04-20 16:38:53 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-04-20 16:38:53 (GMT)
commit8c882bc5fbbf9fe0e71e0db2cb94b16f2878dc44 (patch)
tree2015849841d5d7291cfac830be052057c50ab862 /Mac/PythonLauncher
parentc5c9ee40936f260d910bead1700ee4a49a089db5 (diff)
downloadcpython-8c882bc5fbbf9fe0e71e0db2cb94b16f2878dc44.zip
cpython-8c882bc5fbbf9fe0e71e0db2cb94b16f2878dc44.tar.gz
cpython-8c882bc5fbbf9fe0e71e0db2cb94b16f2878dc44.tar.bz2
Ensure the framework installs cleanly after
the recent changes to CFLAGS and BASECFLAGS.
Diffstat (limited to 'Mac/PythonLauncher')
-rw-r--r--Mac/PythonLauncher/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/PythonLauncher/Makefile.in b/Mac/PythonLauncher/Makefile.in
index 96493ad..539ed1a 100644
--- a/Mac/PythonLauncher/Makefile.in
+++ b/Mac/PythonLauncher/Makefile.in
@@ -2,7 +2,7 @@ CC=@CC@
LD=@CC@
BASECFLAGS=@BASECFLAGS@
OPT=@OPT@
-CFLAGS=$(BASECFLAGS) $(OPT)
+CFLAGS=@CFLAGS@ $(BASECFLAGS) $(OPT)
LDFLAGS=@LDFLAGS@
srcdir= @srcdir@
VERSION= @VERSION@