From: Guido van Rossum <guido@python.org>
Date: Tue, 30 Jul 2002 19:06:51 +0000 (+0000)
Subject: Get rid of the DEFS variable.  The only thing this was used for was to
X-Git-Tag: v2.3c1~4821
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb0e545c85eaa57566b557c9e20652db0b835277;p=python

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.
---

diff --git a/Makefile.pre.in b/Makefile.pre.in
index ef1a2d38fd..e77a037da8 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@