diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:00:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:00:22 +0000 |
commit | 16351990b93f9abc94982a95c04afdd244da2d9e (patch) | |
tree | 0bc27b25ef92b135bc3db61e53f29f17fb0f37b2 /helpcontent2/util/target.pmk | |
parent | 60cd57dbf61104ac16c9215b3700d4ca6889aa60 (diff) |
INTEGRATION: CWS helpaux (1.4.2); FILE MERGED
2004/12/06 14:03:53 hjs 1.4.2.1: #i36415# fix for helpcontent2 auxiliary language problem
Diffstat (limited to 'helpcontent2/util/target.pmk')
-rwxr-xr-x | helpcontent2/util/target.pmk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/helpcontent2/util/target.pmk b/helpcontent2/util/target.pmk index e9f28da13d..c125368384 100755 --- a/helpcontent2/util/target.pmk +++ b/helpcontent2/util/target.pmk @@ -2,9 +2,9 @@ # # $RCSfile: target.pmk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2004-11-09 11:46:42 $ +# last change: $Author: rt $ $Date: 2004-12-16 13:00:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,8 +60,8 @@ # #************************************************************************* -LINKALLTARGETS=$(foreach,i,$(alllangiso) $(BIN)$/$(LINKNAME)_$i.zip) -LINKALLADDEDDEPS=$(foreach,i,$(alllangiso) $(subst,LANGUAGE,$i $(LINKADDEDDPES))) +LINKALLTARGETS=$(foreach,i,$(aux_alllangiso) $(BIN)$/$(LINKNAME)_$i.zip) +LINKALLADDEDDEPS=$(foreach,i,$(aux_alllangiso) $(subst,LANGUAGE,$i $(LINKADDEDDPES))) .IF "$(SOLAR_JAVA)"!="" ALLTAR : $(LINKALLTARGETS) |