summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_dep.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-09 08:05:50 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-09 08:05:50 +0000
commit72c2bb5a2793b1804ea428f2de5ab0f143b7312a (patch)
treebe74da80eabe7ff387eb16df11af73c2b4dcf1c2 /solenv/inc/tg_dep.mk
parent9d137f41f8827be2bfb588c02720a6f2eabc5d1b (diff)
INTEGRATION: CWS ause076 (1.27.8); FILE MERGED
2007/02/26 14:24:51 hjs 1.27.8.1: #i74871# fix syntax and more
Diffstat (limited to 'solenv/inc/tg_dep.mk')
-rw-r--r--solenv/inc/tg_dep.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/tg_dep.mk b/solenv/inc/tg_dep.mk
index 5ff36720003c..e9a63b18f3e3 100644
--- a/solenv/inc/tg_dep.mk
+++ b/solenv/inc/tg_dep.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: tg_dep.mk,v $
#
-# $Revision: 1.27 $
+# $Revision: 1.28 $
#
-# last change: $Author: vg $ $Date: 2007-02-06 13:59:12 $
+# last change: $Author: obo $ $Date: 2007-03-09 09:05:50 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -54,10 +54,10 @@ ALLDEP .PHONY:
.IF "$(DEPFILES)" != ""
#to keep win9x happy
.IF "$(GROUPSHELL:b:l)"=="4dos"
- @@-echo $(foreach,i,$(DEPFILES) $(shell $(4nt_force_shell)-del $i >& $(NULLDEV)))
+ @@-echo $(foreach,i,$(DEPFILES) $(shell @@$(4nt_force_shell)-del $i))
.ELSE # "$(GROUPSHELL:b)"=="4dos"
.IF "$(USE_SHELL)"=="4nt"
- @@-echo $(foreach,i,$(DEPFILES) $(shell $(shell $(4nt_force_shell)-del $i >& $(NULLDEV)))
+ @@-echo $(foreach,i,$(DEPFILES) $(shell @@$(4nt_force_shell)-del $i ))
.ELSE # "$(USE_SHELL)"=="4nt"
@@-$(RM) $(DEPFILES)
.ENDIF # "$(USE_SHELL)"=="4nt"