[Python-checkins] python/dist/src Makefile.pre.in,1.106,1.107
gvanrossum@users.sourceforge.net
gvanrossum@users.sourceforge.net
2002年12月31日 05:48:31 -0800
Update of /cvsroot/python/python/dist/src
In directory sc8-pr-cvs1:/tmp/cvs-serv20726
Modified Files:
Makefile.pre.in
Log Message:
Revert SF patch 659809 -- it causes double options that can cause breakage.
Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -d -r1.106 -r1.107
*** Makefile.pre.in 30 Dec 2002 22:23:38 -0000 1.106
--- Makefile.pre.in 31 Dec 2002 13:48:28 -0000 1.107
***************
*** 55,60 ****
# Compiler options
OPT= @OPT@
! CFLAGS= $(OPT) @CFLAGS@
! CPPFLAGS= -I. -I$(srcdir)/Include @CPPFLAGS@
LDFLAGS= @LDFLAGS@
LDLAST= @LDLAST@
--- 55,60 ----
# Compiler options
OPT= @OPT@
! CFLAGS= $(OPT)
! CPPFLAGS= -I. -I$(srcdir)/Include
LDFLAGS= @LDFLAGS@
LDLAST= @LDLAST@
***************
*** 428,432 ****
$(PGEN): $(PGENOBJS)
! $(CC) $(OPT) $(PGENOBJS) $(LDFLAGS) $(LIBS) -o $(PGEN)
Parser/grammar.o: $(srcdir)/Parser/grammar.c \
--- 428,432 ----
$(PGEN): $(PGENOBJS)
! $(CC) $(OPT) $(PGENOBJS) $(LIBS) -o $(PGEN)
Parser/grammar.o: $(srcdir)/Parser/grammar.c \