summaryrefslogtreecommitdiff
path: root/RISCOS
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2004-06-02 17:53:57 +0000
committerAndrew M. Kuchling <amk@amk.ca>2004-06-02 17:53:57 +0000
commitb4541c2653ff3307325371e0c07266b4f988ce65 (patch)
tree4d759529bbc1241b8e4bf1d178e51375c6b854be /RISCOS
parent5ededdd6856d30d35a62fe2477b97fcd8ca864bd (diff)
downloadcpython-git-b4541c2653ff3307325371e0c07266b4f988ce65.tar.gz
Remove reference to pcre module
Diffstat (limited to 'RISCOS')
-rw-r--r--RISCOS/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/RISCOS/Makefile b/RISCOS/Makefile
index 97f10fb374..d73f27d676 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