From 261528747c5423445398b5ee5ab6bc9c26b0d93b Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sat, 12 Jan 2013 02:35:09 +0000 Subject: Remove code that hasn't been used since 2004. --- Makefile.sources | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'Makefile.sources') 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 -- cgit v1.2.3