summaryrefslogtreecommitdiff
path: root/sysui/desktop
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-10-05 09:51:19 +0000
committerKurt Zenker <kz@openoffice.org>2006-10-05 09:51:19 +0000
commitafa12607d2386ff13e01d161a2b09fc8ef5ef0e9 (patch)
tree1ad80aa740cdef13a639c5b53e63d812716f01c1 /sysui/desktop
parent16dd93b03c8c88e2e489209b387a359395909cb8 (diff)
INTEGRATION: CWS ause068 (1.11.58); FILE MERGED
2006/09/21 15:41:36 hjs 1.11.58.1: #i69536# use noop (dmake46 feature) for expanding only
Diffstat (limited to 'sysui/desktop')
-rw-r--r--sysui/desktop/share/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysui/desktop/share/makefile.mk b/sysui/desktop/share/makefile.mk
index c515d53c6ac5..4d59d640cbaf 100644
--- a/sysui/desktop/share/makefile.mk
+++ b/sysui/desktop/share/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: kz $ $Date: 2006-01-31 18:20:11 $
+# last change: $Author: kz $ $Date: 2006-10-05 10:51:19 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -94,7 +94,7 @@ $(LAUNCHERFLAGFILE) : $(LAUNCHERDEPN) ../productversion.mk brand.pl translate.pl
@$(PERL) translate.pl -p "$(LONGPRODUCTNAME)" -d $(@:db).$(INPATH) --ext "desktop" --key "Name" $(COMMONMISC)$/$(TARGET)$/launcher_name.ulf
@$(PERL) translate.pl -p "$(LONGPRODUCTNAME)" -d $(@:db).$(INPATH) --ext "desktop" --key "Comment" $(COMMONMISC)$/$(TARGET)$/launcher_comment.ulf
.IF "$(WITH_LIBSN)"=="YES"
- @+echo x$(foreach,i,$(LAUNCHERLIST) $(shell +echo "StartupNotify=true" >> $(@:db).$(INPATH)/$i.desktop))x $(noout)
+ @noop x$(foreach,i,$(LAUNCHERLIST) $(shell +echo "StartupNotify=true" >> $(@:db).$(INPATH)/$i.desktop))x
.ENDIF
@mv -f $(@:db).$(INPATH)/* $(@:d)
@touch $@