mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
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:
parent
5b11bdd0ed
commit
fb0e545c85
1 changed files with 1 additions and 2 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue