summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_def.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2007-01-29 10:44:56 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2007-01-29 10:44:56 +0000
commit5212e4b0c6037b8cc16c362f81aab58565eebbb4 (patch)
tree1338eed03db61802a7c40aa87f47e216ee9f3eda /solenv/inc/tg_def.mk
parent8499b7b3d8e11eebc5be1aec2c18be82e4812f09 (diff)
#i10000# .def generation on 4nt still worked on MWS builds only...
Diffstat (limited to 'solenv/inc/tg_def.mk')
-rw-r--r--solenv/inc/tg_def.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_def.mk b/solenv/inc/tg_def.mk
index 389ec6a70cf0..f1d3ed728c04 100644
--- a/solenv/inc/tg_def.mk
+++ b/solenv/inc/tg_def.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: tg_def.mk,v $
#
-# $Revision: 1.34 $
+# $Revision: 1.35 $
#
-# last change: $Author: hjs $ $Date: 2007-01-29 10:52:01 $
+# last change: $Author: hjs $ $Date: 2007-01-29 11:44:56 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -65,6 +65,7 @@ $(DEF$(TNR)EXPORTFILE) : $(SHL$(TNR)VERSIONMAP)
DEF$(TNR)FILTER=$(SOLARENV)$/inc$/dummy.flt
+RMHACK:=$(RM)
.IF "$(MWS_BUILD)"!=""
.IF "$(UPDATER)"!=""
.IF "$(DEFLIB$(TNR)NAME)"!=""
@@ -80,7 +81,6 @@ BUILD_DRIVE$(TNR):=$(shell echo %_disk)
EXPORT$(TNR)_PROTECT=$(TMP)$/$(DEF$(TNR)UNIQE:b).bat &&
RMHACK:=$(RM:s/+//)
.ELSE # "$(BUILD_DRIVE$(TNR))"=="O"
-RMHACK:=$(RM)
.ENDIF # "$(BUILD_DRIVE$(TNR))"=="O"
.ENDIF # "$(DEFLIB$(TNR)NAME)"!=""