From 8eb91bebf057795eca004bc75c94fde9a313fcf1 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 8 Nov 2006 10:57:43 +0000 Subject: INTEGRATION: CWS ause070 (1.3.70); FILE MERGED 2006/10/18 15:20:38 hjs 1.3.70.2: #i70136# change check to work with configure default 2006/10/06 13:36:23 hjs 1.3.70.1: #i70136# local targets around .ulf files --- crashrep/source/all/makefile.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'crashrep/source/all') diff --git a/crashrep/source/all/makefile.mk b/crashrep/source/all/makefile.mk index 967758c653af..0c16abf5513c 100644 --- a/crashrep/source/all/makefile.mk +++ b/crashrep/source/all/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-08 09:41:32 $ +# last change: $Author: kz $ $Date: 2006-11-08 11:57:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -51,5 +51,7 @@ ULFFILES = \ .INCLUDE : target.mk +.IF "$(WITH_LANG)"!="" ALLTAR : $(foreach,i,$(ULFFILES) $(COMMONMISC)$/$(TARGET)$/$i) +.ENDIF # "$(WITH_LANG)"!="" -- cgit