summaryrefslogtreecommitdiff
path: root/helpcontent2/util/target.pmk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-10-11 12:44:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-10-11 12:44:19 +0000
commite0edc7bc7bef38607317d380a64a34920f005a19 (patch)
tree39f9256efc2612b5cdfc0b2e8fbf1bb7d72961d2 /helpcontent2/util/target.pmk
parentb2a5ce8619bcd6ab22f27a8178873d616c4f8eb3 (diff)
INTEGRATION: CWS vq02 (1.2.4); FILE MERGED
2004/09/14 19:43:47 vq 1.2.4.1: #i34135# Patch for W32-tcsh build.
Diffstat (limited to 'helpcontent2/util/target.pmk')
-rwxr-xr-xhelpcontent2/util/target.pmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/util/target.pmk b/helpcontent2/util/target.pmk
index 35acb83c0f..c09e1de7c0 100755
--- a/helpcontent2/util/target.pmk
+++ b/helpcontent2/util/target.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: target.pmk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hjs $ $Date: 2004-08-19 11:47:51 $
+# last change: $Author: hr $ $Date: 2004-10-11 13:44:19 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,5 +67,5 @@ ALLTAR : $(LINKALLTARGETS)
$(LINKALLTARGETS) : $(foreach,i,$(LINKLINKFILES) $(MISC)$/$$(@:b:s/_/./:e:s/.//)/$i) $(subst,LANGUAGE,$$(@:b:s/_/./:e:s/.//) $(LINKADDEDDEPS))
@+-$(MKDIR) -p $(@:d)
- java -Djava.library.path=$(SOLARSHAREDBIN) -cp $(my_cp) com.sun.star.help.HelpLinker @$(mktmp -mod $(LINKNAME) -hid $(PRJ)$/helpers/hid.lst -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(MISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@)
+ $(WRAPCMD) java -Djava.library.path=$(SOLARSHAREDBIN) -cp $(my_cp) com.sun.star.help.HelpLinker @$(mktmp -mod $(LINKNAME) -hid $(PRJ)$/helpers/hid.lst -lang {$(subst,$(LINKNAME)_, $(@:b))} $(subst,LANGUAGE,{$(subst,$(LINKNAME)_, $(@:b))} $(LINKADDEDFILES)) $(foreach,i,$(LINKLINKFILES) $(MISC)$/{$(subst,$(LINKNAME)_, $(@:b))}/$i) -o $@)