mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
fix syntax for including newheader so only one gets included. Fixes
bug building multiple dicts where headers would accumulate.
This commit is contained in:
parent
e2bb50ef62
commit
0072112b5a
1 changed files with 1 additions and 2 deletions
|
@ -205,7 +205,7 @@ frankspecials.bin: ../frank_mkspecials.pl $(BMPFILES)
|
|||
$< $(BLANK_INFO) $(LANG_SPECIAL_INFO) > $@
|
||||
|
||||
$(XWLANG)%.$(FRANK_EXT): dawg$(XWLANG)%.stamp $(XWLANG)%_flags.bin $(XWLANG)%_newheader.bin $(XWLANG)_charcount.bin table.bin values.bin frankspecials.bin
|
||||
cat $(XWLANG)$*_flags.bin $(XWLANG)*_newheader.bin $(XWLANG)_charcount.bin table.bin values.bin \
|
||||
cat $(XWLANG)$*_flags.bin $(XWLANG)$*_newheader.bin $(XWLANG)_charcount.bin table.bin values.bin \
|
||||
frankspecials.bin $(XWLANG)StartLoc.bin \
|
||||
$$(ls dawg$(XWLANG)$*_*.bin) > $@
|
||||
cp $@ saveme.bin
|
||||
|
@ -294,4 +294,3 @@ clean_common:
|
|||
|
||||
help:
|
||||
@echo "make TARGET_TYPE=[FRANK|PALM]"
|
||||
|
||||
|
|
Loading…
Reference in a new issue