summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2013-01-12 02:35:09 +0000
committerJohn-Mark Bell <jmb@netsurf-browser.org>2013-01-12 02:35:09 +0000
commit261528747c5423445398b5ee5ab6bc9c26b0d93b (patch)
tree618737dc79416a1aae3837ffc7efd4f3b3090f35 /Makefile.sources
parentd7ddfd6ac3aff83498a10dc5fbe7ac792c533ebb (diff)
downloadnetsurf-261528747c5423445398b5ee5ab6bc9c26b0d93b.tar.gz
netsurf-261528747c5423445398b5ee5ab6bc9c26b0d93b.tar.bz2
Remove code that hasn't been used since 2004.
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources18
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 32db5e666..a38290d14 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -74,21 +74,3 @@ S_BROWSER := $(addprefix desktop/,$(S_BROWSER))
content/fetchers/about.c: testament utils/testament.h
desktop/version.c: testament utils/testament.h
-# Some extra rules for building the transliteration table.
-ifeq ($(HOST),riscos)
-utils/translit.c: transtab
- $(VQ)echo "TRANSTAB: utils/translit.c"
- $(Q)dir utils
- $(Q)$(PERL) tt2code < transtab > translit.c
- $(Q)dir ^
-else
-utils/translit.c: transtab
- $(VQ)echo "TRANSTAB: utils/translit.c"
- $(Q)cd utils; $(PERL) tt2code < transtab > translit.c
-endif
-
-clean-intermediates:
- $(VQ)echo " CLEAN: intermediates"
- $(Q)$(RM) utils/translit.c
-
-CLEANS += clean-intermediates