From f23d7b1d497cedb3d3f1b12db02506f6f2985258 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 1 Nov 2003 18:49:33 +0000 Subject: [PATCH] xloc didn't belong there. --- dawg/Makefile.langcommon | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/dawg/Makefile.langcommon b/dawg/Makefile.langcommon index 6ec209033..67e13ad50 100644 --- a/dawg/Makefile.langcommon +++ b/dawg/Makefile.langcommon @@ -155,15 +155,9 @@ endif frankspecials.bin: ../frank_mkspecials.pl $(BMPFILES) $< $(BLANK_INFO) $(LANG_SPECIAL_INFO) > $@ -# xlock.bin is an artifact of the Palm format which the shipping -# eBookman code expects, but simply skips. It could be eliminated in -# the NEWDAWG format, i.e. for flags != 0x0001 -xlock.bin: - perl -e "print pack(\"n\",0)" > $@ - -$(LANG)%.$(FRANK_EXT): dawg$(LANG)%.stamp $(LANG)%_flags.bin charcount.bin table.bin values.bin frankspecials.bin xlock.bin +$(LANG)%.$(FRANK_EXT): dawg$(LANG)%.stamp $(LANG)%_flags.bin charcount.bin table.bin values.bin frankspecials.bin cat $(LANG)$*_flags.bin charcount.bin table.bin values.bin \ - frankspecials.bin $(LANG)StartLoc.bin xlock.bin \ + frankspecials.bin $(LANG)StartLoc.bin \ $$(ls dawg$(LANG)$*_*.bin) > $@ cp $@ saveme.bin