summaryrefslogtreecommitdiff
path: root/RISCOS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-16 06:50:13 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-16 06:50:13 +0000
commitce51c9c73d1a96f47dd8dc4c60c3e3e0f31b99ee (patch)
tree1906a818f3763c28467f94df967393dad761dca0 /RISCOS
parent6c055eb7e553f0b8997b745c732d47c043f53f6c (diff)
downloadcpython-ce51c9c73d1a96f47dd8dc4c60c3e3e0f31b99ee.tar.gz
Remove regsub, reconvert, regex, regex_syntax and everything under lib-old.
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 92f5272ee8..1788b5c97c 100644
--- a/RISCOS/Makefile
+++ b/RISCOS/Makefile
@@ -74,7 +74,6 @@ MODULES_DYNAMIC =\
@.^.Lib.md5/pyd\
@.^.Lib.operator/pyd\
@.^.Lib.parser/pyd\
- @.^.Lib.regex/pyd\
@.^.Lib.rgbimg/pyd\
@.^.Lib.sha/pyd\
@.^.Lib.signal/pyd\
@@ -284,10 +283,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.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
-
@.^.Lib.rgbimg/pyd: @.^.Modules.o.rgbimgmodule s.linktab
$(MAKEDLK) -d @.^.Lib.rgbimg/pyd -s s.linktab -o @.^.Modules.o.rgbimgmodule -e initrgbimg