[Python-checkins] python/dist/src/RISCOS Makefile,1.6,1.7

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Wed Jun 2 13:54:00 EDT 2004


Update of /cvsroot/python/python/dist/src/RISCOS
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11338

Modified Files:
	Makefile 
Log Message:
Remove reference to pcre module

Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/RISCOS/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Makefile	10 May 2003 07:36:56 -0000	1.6
--- Makefile	2 Jun 2004 17:53:57 -0000	1.7
***************
*** 75,79 ****
  	@.^.Lib.operator/pyd\
  	@.^.Lib.parser/pyd\
- 	@.^.Lib.pcre/pyd\
  	@.^.Lib.regex/pyd\
  	@.^.Lib.rgbimg/pyd\
--- 75,78 ----
***************
*** 288,295 ****
  	$(MAKEDLK) -d @.^.Lib.parser/pyd -s s.linktab -o @.^.Modules.o.parsermodule -e initparser
  
- @.^.Lib.pcre/pyd: @.^.Modules.o.pcremodule @.^.Modules.o.pypcre s.linktab
- 	$(LINK) -aof -o @.^.Modules.o.pcrelink @.^.Modules.o.pcremodule @.^.Modules.o.pypcre
- 	$(MAKEDLK) -d @.^.Lib.pcre/pyd -s s.linktab -o @.^.Modules.o.pcrelink -e initpcre
- 
  @.^.Lib.regex/pyd: @.^.Modules.o.regexmodule @.^.Modules.o.regexpr s.linktab
  	$(LINK) -aof -o @.^.Modules.o.regexlink @.^.Modules.o.regexmodule @.^.Modules.o.regexpr
--- 287,290 ----




More information about the Python-checkins mailing list