mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-27 07:58:49 +01:00
No need for empty .dict when creating empty .dict.gz
This commit is contained in:
parent
6f2cde1304
commit
5459631c76
1 changed files with 3 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# -*-mode: Makefile; compile-command: "make -f Makefile.BasEnglish"; -*-
|
||||
# -*-mode: Makefile; -*-
|
||||
# Copyright 2002-2010 by Eric House (xwords@eehouse.org). All rights
|
||||
# reserved.
|
||||
#
|
||||
|
@ -27,11 +27,8 @@ TARGET_TYPE ?= WINCE
|
|||
include ../Makefile.langcommon
|
||||
|
||||
# Empty dict
|
||||
$(XWLANG)Main.dict:
|
||||
> $@
|
||||
|
||||
$(XWLANG)Main.dict.gz: $(XWLANG)Main.dict
|
||||
gzip -c $< > $@
|
||||
$(XWLANG)Main.dict.gz:
|
||||
echo -n "" | gzip -c > $@
|
||||
|
||||
# Everything but creating of the Main.dict file is inherited from the
|
||||
# "parent" Makefile.langcommon in the parent directory.
|
||||
|
|
Loading…
Add table
Reference in a new issue