diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-08 10:57:43 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-08 10:57:43 +0000 |
commit | 8eb91bebf057795eca004bc75c94fde9a313fcf1 (patch) | |
tree | ea8a4b7393480439918b8e49eb190d1042631359 /crashrep | |
parent | 22aff5d8f4de720c8290c781c0d92a7fe1e01e37 (diff) |
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
Diffstat (limited to 'crashrep')
-rw-r--r-- | crashrep/source/all/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
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)"!="" |