Commit fb0e545c authored by Guido van Rossum's avatar Guido van Rossum

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.
parent 5b11bdd0
......@@ -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@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment