From fb0e545c85eaa57566b557c9e20652db0b835277 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 30 Jul 2002 19:06:51 +0000 Subject: 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. --- Makefile.pre.in | 3 +-- 1 file changed, 1 insertion(+), 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@ -- cgit v0.12