From 590c08d355e40d9d6cd6f12ae41c9e7f4ebf14c3 Mon Sep 17 00:00:00 2001 From: ehouse Date: Tue, 8 Feb 2005 07:10:36 +0000 Subject: [PATCH] silence check --- xwords4/symbian/group/bldlinux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xwords4/symbian/group/bldlinux.mk b/xwords4/symbian/group/bldlinux.mk index 568dcd72f..5e50ba97c 100644 --- a/xwords4/symbian/group/bldlinux.mk +++ b/xwords4/symbian/group/bldlinux.mk @@ -127,7 +127,7 @@ all: _sanity $(PKGFILES) $(NAME).sis mv $(NAME).sis $(NAME)-$(MAJOR).$(MINOR)-$(ARCH).sis _sanity: - if [ "$(EPOC_$(SERIES))" = "" ]; then \ + @if [ "$(EPOC_$(SERIES))" = "" ]; then \ echo " ---> ERROR: EPOC_$(SERIES) undefined in env"; \ exit 1; \ fi