From: Guido van Rossum 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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb0e545c85eaa57566b557c9e20652db0b835277;p=thirdparty%2FPython%2Fcpython.git 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 ef1a2d38fd34..e77a037da816 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@