[Python-checkins] python/dist/src Makefile.pre.in,1.89,1.90

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 30 Jul 2002 12:06:55 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv12866

Modified Files:
	Makefile.pre.in 
Log Message:
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.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** Makefile.pre.in	29 Jul 2002 16:18:23 -0000	1.89
--- Makefile.pre.in	30 Jul 2002 19:06:51 -0000	1.90
***************
*** 55,61 ****
  # Compiler options
  OPT=		@OPT@
- DEFS=		@DEFS@
  CFLAGS=		$(OPT)
! CPPFLAGS=	-I. -I$(srcdir)/Include $(DEFS)
  LDFLAGS=	@LDFLAGS@
  LDLAST=		@LDLAST@
--- 55,60 ----
  # Compiler options
  OPT=		@OPT@
  CFLAGS=		$(OPT)
! CPPFLAGS=	-I. -I$(srcdir)/Include
  LDFLAGS=	@LDFLAGS@
  LDLAST=		@LDLAST@