]> granicus.if.org Git - python/commitdiff
Revert the last change:
authordoko@ubuntu.com <doko@ubuntu.com>
Wed, 23 Mar 2016 12:17:23 +0000 (13:17 +0100)
committerdoko@ubuntu.com <doko@ubuntu.com>
Wed, 23 Mar 2016 12:17:23 +0000 (13:17 +0100)
Makefile.pre.in:
  - Modules/_math.o: Build using PY_CORE_CFLAGS as every extension

Makefile.pre.in

index 5b049010602c3bd58d5fb881163a0954c3258344..c4e8caa425987aa94967b79bfbe0ec5d746f7b55 100644 (file)
@@ -530,7 +530,7 @@ pybuilddir.txt: $(BUILDPYTHON)
 
 # 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