Revert the last change:
Makefile.pre.in: - Modules/_math.o: Build using PY_CORE_CFLAGS as every extension
This commit is contained in:
parent
ed282af85f
commit
6ce9f4b9a4
|
@ -530,7 +530,7 @@ pybuilddir.txt: $(BUILDPYTHON)
|
||||||
|
|
||||||
# This is shared by the math and cmath modules
|
# This is shared by the math and cmath modules
|
||||||
Modules/_math.o: Modules/_math.c Modules/_math.h
|
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
|
# Build the shared modules
|
||||||
# Under GNU make, MAKEFLAGS are sorted and normalized; the 's' for
|
# Under GNU make, MAKEFLAGS are sorted and normalized; the 's' for
|
||||||
|
|
Loading…
Reference in New Issue