summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-07-30 19:06:51 (GMT)
committerGuido van Rossum <guido@python.org>2002-07-30 19:06:51 (GMT)
commitfb0e545c85eaa57566b557c9e20652db0b835277 (patch)
tree7b756fddba240cfdcf38220fb0d6a5f0a1d5d153 /Makefile.pre.in
parent5b11bdd0edfa87137e2733e7618e6c0a0f4310ff (diff)
downloadcpython-fb0e545c85eaa57566b557c9e20652db0b835277.zip
cpython-fb0e545c85eaa57566b557c9e20652db0b835277.tar.gz
cpython-fb0e545c85eaa57566b557c9e20652db0b835277.tar.bz2
Get rid of the DEFS variable. The only thing this was used for was to
pass -DHAVE_CONFIG_H to CC, and that symbol isn't used any more.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index ef1a2d3..e77a037 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -54,9 +54,8 @@ MAKESETUP= $(srcdir)/Modules/makesetup
# Compiler options
OPT= @OPT@
-DEFS= @DEFS@
CFLAGS= $(OPT)
-CPPFLAGS= -I. -I$(srcdir)/Include $(DEFS)
+CPPFLAGS= -I. -I$(srcdir)/Include
LDFLAGS= @LDFLAGS@
LDLAST= @LDLAST@
SGI_ABI= @SGI_ABI@