summaryrefslogtreecommitdiffstats
path: root/Mac/PythonLauncher/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/PythonLauncher/Makefile.in')
-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@