[Python-checkins] CVS: python/dist/src/Modules Makefile.pre.in,1.62,1.63
Barry Warsaw
python-dev@python.org
2000年6月30日 09:04:21 -0700
Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv27536
Modified Files:
Makefile.pre.in
Log Message:
Setup.thread => Setup.config
Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Makefile.pre.in,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -r1.62 -r1.63
*** Makefile.pre.in 2000年06月28日 16:42:14 1.62
--- Makefile.pre.in 2000年06月30日 16:04:18 1.63
***************
*** 148,155 ****
# longer pertinent (but that were in a previous configuration).
config.c Makefile: Makefile.pre config.c.in $(MAKESETUP)
! config.c Makefile: Setup.thread Setup Setup.local
config.c Makefile:
-rm -f $(LIBRARY)
! $(SHELL) $(MAKESETUP) Setup.thread Setup.local Setup
hassignal:
--- 148,155 ----
# longer pertinent (but that were in a previous configuration).
config.c Makefile: Makefile.pre config.c.in $(MAKESETUP)
! config.c Makefile: Setup.config Setup Setup.local
config.c Makefile:
-rm -f $(LIBRARY)
! $(SHELL) $(MAKESETUP) Setup.config Setup.local Setup
hassignal: