File locale-start.patch of Package xemacs-packages
diff -ru packages.orig/mule-packages/locale/Makefile packages/mule-packages/locale/Makefile
--- packages.orig/mule-packages/locale/Makefile 2007-07-16 12:10:52.000000000 +0200
+++ packages/mule-packages/locale/Makefile 2007-07-16 14:45:00.000000000 +0200
@@ -33,11 +33,11 @@
DATA_2_DEST = app-defaults/ja
DATA_3_FILES = app-defaults/ro/Emacs
DATA_3_DEST = app-defaults/ro
-DATA_4_FILES = start-files/ja/locale-start.el start-files/ja/locale-start.elc
+DATA_4_FILES = start-files/ja/locale-start.el
DATA_4_DEST = start-files/ja
-DATA_5_FILES = start-files/ro/locale-start.el start-files/ro/locale-start.elc
+DATA_5_FILES = start-files/ro/locale-start.el
DATA_5_DEST = start-files/ro
-DATA_6_FILES = start-files/fr/locale-start.el start-files/fr/locale-start.elc
+DATA_6_FILES = start-files/fr/locale-start.el
DATA_6_DEST = start-files/fr
# 21.5 references these files via current-language-environment rather than
# $LANG so for compatibility we'll store them in both places.
@@ -48,8 +48,7 @@
DATA_9_FILES = $(DATA_6_FILES)
DATA_9_DEST = start-files/French
-LOCALE_ELCS = start-files/ja/locale-start.elc start-files/ro/locale-start.elc \
- start-files/fr/locale-start.elc
+LOCALE_ELCS =
EXTRA_DEPENDENCIES = $(LOCALE_ELCS)