summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_srs.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-18 09:14:44 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-18 09:14:44 +0000
commit9ac7be00e663913bee14ddac072c91ef00b11145 (patch)
tree1bf4418d7f4a0e7186187a0040080b213c8407d6 /solenv/inc/tg_srs.mk
parent56f27a0c78d21493d0572bcc84b0168f65250941 (diff)
INTEGRATION: CWS vq12 (1.15.132); FILE MERGED
2005/02/20 18:09:45 vq 1.15.132.1: #i29609# Use $(IFEXIST) and $(THEN) macros to use the correct syntax for W32-4nt or W32-tcsh.
Diffstat (limited to 'solenv/inc/tg_srs.mk')
-rw-r--r--solenv/inc/tg_srs.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_srs.mk b/solenv/inc/tg_srs.mk
index a733fe2be045..f7b1fd31f2a4 100644
--- a/solenv/inc/tg_srs.mk
+++ b/solenv/inc/tg_srs.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: tg_srs.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: obo $ $Date: 2004-11-19 11:42:59 $
+# last change: $Author: obo $ $Date: 2005-03-18 10:14:44 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -139,7 +139,7 @@ HIDSRS$(TNR)PARTICLE=$(subst,$(OUTPATH),$(COMMON_OUTDIR) $(SRS))$/$(SRS$(TNR)NAM
$(HIDSRS$(TNR)PARTICLE) : $(HID$(TNR)FILES)
@echo ------------------------------
@echo Making: $@
- @+if exist $@ rm $@
+ @$(IFEXIST) $@ $(THEN) $(RM) $@
+$(TYPE) $(HID$(TNR)FILES) > $@.$(ROUT).tmp
@+$(RENAME) $@.$(ROUT).tmp $@