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 '+'.
This commit is contained in:
Kurt Zenker 2006-10-05 15:21:18 +00:00
parent efd86303f4
commit 7e843fef6a

View file

@ -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)" != ""