INTEGRATION: CWS ause076 (1.15.22); FILE MERGED

2007/02/28 16:19:00 hjs 1.15.22.1: #i74984# less forced shell calls
This commit is contained in:
Oliver Bolte 2007-03-09 08:17:54 +00:00
parent 76f1ff5225
commit dc46d57239

View file

@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.16 $
# $Revision: 1.17 $
#
# last change: $Author: kz $ $Date: 2007-02-15 16:49:14 $
# last change: $Author: obo $ $Date: 2007-03-09 09:17:54 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@ -100,7 +100,7 @@ $(LAUNCHERFLAGFILE) : $(LAUNCHERDEPN) ../productversion.mk brand.pl translate.pl
@$(PERL) translate.pl -p "$(LONGPRODUCTNAME)" -d $(@:db).$(INPATH) --ext "desktop" --key "Name" $(ULFDIR)$/launcher_name.ulf
@$(PERL) translate.pl -p "$(LONGPRODUCTNAME)" -d $(@:db).$(INPATH) --ext "desktop" --key "Comment" $(ULFDIR)$/launcher_comment.ulf
.IF "$(WITH_LIBSN)"=="YES"
@noop x$(foreach,i,$(LAUNCHERLIST) $(shell +echo "StartupNotify=true" >> $(@:db).$(INPATH)/$i.desktop))x
@noop x$(foreach,i,$(LAUNCHERLIST) $(shell echo "StartupNotify=true" >> $(@:db).$(INPATH)/$i.desktop))x
.ENDIF
mv -f $(@:db).$(INPATH)/* $(@:d)
@touch $@