[Python-checkins] CVS: python/dist/src/Modules Makefile.pre.in,1.67,1.68

Fred L. Drake python-dev@python.org
Mon, 9 Oct 2000 09:48:15 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv2529/Modules

Modified Files:
	Makefile.pre.in 
Log Message:

Donn Cave <donn@oz.net>:
Updated to work better with BeOS.

This closes SourceForge patch #101777.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Makefile.pre.in,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -r1.67 -r1.68
*** Makefile.pre.in	2000/09/22 15:38:21	1.67
--- Makefile.pre.in	2000/10/09 16:48:09	1.68
***************
*** 150,154 ****
  config.c Makefile: Setup.config Setup Setup.local
  config.c Makefile:
! 		-rm -f $(LIBRARY)
  		$(SHELL) $(MAKESETUP) Setup.config Setup.local Setup
  
--- 150,154 ----
  config.c Makefile: Setup.config Setup Setup.local
  config.c Makefile:
! 		-rm -rf $(LIBRARY)
  		$(SHELL) $(MAKESETUP) Setup.config Setup.local Setup