commit | fb0e545c85eaa57566b557c9e20652db0b835277 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jul 30 19:06:51 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jul 30 19:06:51 2002 +0000 |
tree | 7b756fddba240cfdcf38220fb0d6a5f0a1d5d153 | |
parent | 5b11bdd0edfa87137e2733e7618e6c0a0f4310ff [diff] |
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.
diff --git a/Makefile.pre.in b/Makefile.pre.in index ef1a2d3..e77a037 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in
@@ -54,9 +54,8 @@ # 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@