diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-09-15 12:58:36 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-09-15 12:58:36 +0000 |
commit | ba04586e1aed7cdf9a7fd98809fb93efd66249a2 (patch) | |
tree | c2e298a3a80ec4b380235ca5ed602c8f8ba23806 | |
parent | 23fd4cec73bc837726d4301d69cafc9c952eec0c (diff) |
INTEGRATION: CWS ause066 (1.6.418); FILE MERGED
2006/08/31 15:42:45 hjs 1.6.418.1: #i69086# solve duplicates caused by fetching the basename only
-rw-r--r-- | solenv/inc/tg_merge.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_merge.mk b/solenv/inc/tg_merge.mk index bc4c5fc58500..86baed670e9f 100644 --- a/solenv/inc/tg_merge.mk +++ b/solenv/inc/tg_merge.mk @@ -4,9 +4,9 @@ # # $RCSfile: tg_merge.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-08 09:46:26 $ +# last change: $Author: obo $ $Date: 2006-09-15 13:58:36 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -53,7 +53,7 @@ $(foreach,i,$(XMLPROPERTIES) $(COMMONMISC)$/$(TARGET)$/$i) : $$(@:f) localize.sd # *.xrm merge .IF "$(READMEFILES)"!="" -$(foreach,i,$(READMEFILES) $(COMMONMISC)$/$(TARGET)$/$(i:b).xrm) : $$(@:f) localize.sdf +$(uniq $(foreach,i,$(READMEFILES) $(COMMONMISC)$/$(TARGET)$/$(i:b).xrm)) : $$(@:f) localize.sdf .ENDIF # "$(ULFFILES)"!="" # *.xcu merge |