commit | 8c882bc5fbbf9fe0e71e0db2cb94b16f2878dc44 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Apr 20 16:38:53 2010 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Tue Apr 20 16:38:53 2010 +0000 |
tree | 2015849841d5d7291cfac830be052057c50ab862 | |
parent | c5c9ee40936f260d910bead1700ee4a49a089db5 [diff] [blame] |
Ensure the framework installs cleanly after the recent changes to CFLAGS and BASECFLAGS.
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 @@ LD=@CC@ BASECFLAGS=@BASECFLAGS@ OPT=@OPT@ -CFLAGS=$(BASECFLAGS) $(OPT) +CFLAGS=@CFLAGS@ $(BASECFLAGS) $(OPT) LDFLAGS=@LDFLAGS@ srcdir= @srcdir@ VERSION= @VERSION@