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.
This commit is contained in:
Guido van Rossum 2002-07-30 19:06:51 +00:00
parent 5b11bdd0ed
commit fb0e545c85
1 changed files with 1 additions and 2 deletions

View 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@