[Python-checkins] cpython (2.7): Revert the last change:

matthias.klose python-checkins at python.org
Wed Mar 23 08:44:40 EDT 2016


https://hg.python.org/cpython/rev/3b57d76ddd0a
changeset:   100689:3b57d76ddd0a
branch:      2.7
parent:      100686:06d3687aa6d2
user:        doko at ubuntu.com
date:        Wed Mar 23 13:17:23 2016 +0100
summary:
  Revert the last change:
Makefile.pre.in:
  - Modules/_math.o: Build using PY_CORE_CFLAGS as every extension

files:
  Makefile.pre.in |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -530,7 +530,7 @@
 
 # This is shared by the math and cmath modules
 Modules/_math.o: Modules/_math.c Modules/_math.h
-	$(CC) -c $(CCSHARED) $(PY_CORE_CFLAGS) -o $@ $<
+	$(CC) -c $(CCSHARED) $(PY_CFLAGS) -o $@ $<
 
 # Build the shared modules
 # Under GNU make, MAKEFLAGS are sorted and normalized; the 's' for

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list