From 0ee156c9f011b36119131797feb44812c2032ace Mon Sep 17 00:00:00 2001 From: Andy2 Date: Fri, 17 Dec 2010 18:55:44 -0800 Subject: [PATCH] add empty: case for WINCE type too --- xwords4/dawg/Makefile.langcommon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/dawg/Makefile.langcommon b/xwords4/dawg/Makefile.langcommon index 020a39a39..44164230f 100644 --- a/xwords4/dawg/Makefile.langcommon +++ b/xwords4/dawg/Makefile.langcommon @@ -184,7 +184,7 @@ ifeq ($(TARGET_TYPE),WINCE) ### WINCE section here ### all: $(XWLANG)2to8.xwd $(XWLANG)2to9.xwd $(XWLANG)2to15.xwd ../mkxwdcab.pl -f $< - +empty: $(XWLANG)0to0.xwd else (Need to define TARGET_TYPE if get error pointing to this line) endif #ifeq ($(TARGET_TYPE),FRANK)