Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb0e545

Browse files
committed
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.
1 parent 5b11bdd commit fb0e545

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Makefile.pre.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ MAKESETUP= $(srcdir)/Modules/makesetup
5454

5555
# Compiler options
5656
OPT= @OPT@
57-
DEFS= @DEFS@
5857
CFLAGS= $(OPT)
59-
CPPFLAGS= -I. -I$(srcdir)/Include $(DEFS)
58+
CPPFLAGS= -I. -I$(srcdir)/Include
6059
LDFLAGS= @LDFLAGS@
6160
LDLAST= @LDLAST@
6261
SGI_ABI= @SGI_ABI@

0 commit comments

Comments
 (0)