]> granicus.if.org Git - python/commitdiff
Get rid of the DEFS variable. The only thing this was used for was to
authorGuido van Rossum <guido@python.org>
Tue, 30 Jul 2002 19:06:51 +0000 (19:06 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Jul 2002 19:06:51 +0000 (19:06 +0000)
pass -DHAVE_CONFIG_H to CC, and that symbol isn't used any more.

Makefile.pre.in

index ef1a2d38fd347c9b8b4c1a34baded5801a36bf81..e77a037da816171dfe537a370a6c3b29c8bcfa25 100644 (file)
@@ -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@