diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-06-02 17:53:57 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-06-02 17:53:57 (GMT) |
commit | b4541c2653ff3307325371e0c07266b4f988ce65 (patch) | |
tree | 4d759529bbc1241b8e4bf1d178e51375c6b854be /RISCOS/Makefile | |
parent | 5ededdd6856d30d35a62fe2477b97fcd8ca864bd (diff) | |
download | cpython-b4541c2653ff3307325371e0c07266b4f988ce65.zip cpython-b4541c2653ff3307325371e0c07266b4f988ce65.tar.gz cpython-b4541c2653ff3307325371e0c07266b4f988ce65.tar.bz2 |
Remove reference to pcre module
Diffstat (limited to 'RISCOS/Makefile')
-rw-r--r-- | RISCOS/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/RISCOS/Makefile b/RISCOS/Makefile index 97f10fb..d73f27d 100644 --- a/RISCOS/Makefile +++ b/RISCOS/Makefile @@ -74,7 +74,6 @@ MODULES_DYNAMIC =\ @.^.Lib.md5/pyd\ @.^.Lib.operator/pyd\ @.^.Lib.parser/pyd\ - @.^.Lib.pcre/pyd\ @.^.Lib.regex/pyd\ @.^.Lib.rgbimg/pyd\ @.^.Lib.rotor/pyd\ @@ -287,10 +286,6 @@ $(LIB_PYTHON): $(OBJECTS) @.^.Lib.parser/pyd: @.^.Modules.o.parsermodule s.linktab $(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 $(MAKEDLK) -d @.^.Lib.regex/pyd -s s.linktab -o @.^.Modules.o.regexlink -e initregex |