summaryrefslogtreecommitdiff
path: root/solenv/inc/tg_jar.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-05 15:21:18 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-05 15:21:18 +0000
commit7e843fef6a535e2a92d8a573f6a7d82dd03d26c3 (patch)
tree169c47eab70e465477dfc67acfda68e3a1562f29 /solenv/inc/tg_jar.mk
parentefd86303f461a29edc8642f9f7dd4a1dca0a07cd (diff)
INTEGRATION: CWS vq37 (1.19.160); FILE MERGED
2006/10/04 19:29:24 vq 1.19.160.1: #i69989# Add missing '-' in tg_config.mk and remove unneeded '+'.
Diffstat (limited to 'solenv/inc/tg_jar.mk')
-rw-r--r--solenv/inc/tg_jar.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/tg_jar.mk b/solenv/inc/tg_jar.mk
index 30ac8da8f3a7..827797ed4d99 100644
--- a/solenv/inc/tg_jar.mk
+++ b/solenv/inc/tg_jar.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: tg_jar.mk,v $
#
-# $Revision: 1.20 $
+# $Revision: 1.21 $
#
-# last change: $Author: kz $ $Date: 2006-10-05 10:40:20 $
+# last change: $Author: kz $ $Date: 2006-10-05 16:21:18 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -58,7 +58,7 @@ $(MISC)$/$(TARGET)_$(CUSTOMMANIFESTFILE:f) : $(subst,/,$/ $(DMAKE_WORK_DIR))$/$(
.ENDIF # "$(CUSTOMMANIFESTFILE)"!=""
$(JARMANIFEST) .PHONY : $(CUSTOMMANIFESTFILEDEP)
- +-$(MKDIRHIER) $(@:d) >& $(NULLDEV)
+ -$(MKDIRHIER) $(@:d) >& $(NULLDEV)
+-$(RM) $@ >& $(NULLDEV)
echo Manifest-Version: 1.0 > $@
.IF "$(JARCLASSPATH)" != ""