diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-11-08 10:56:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-11-08 10:56:24 +0000 |
commit | 80b3af22eb9d218a7ff959058362aa441c7f44a2 (patch) | |
tree | b29fce3ae5f0453270cda85a890f5c1a2825685a /sysui | |
parent | dbd2bcdddffabaa36b188c4a1bd03e3506c92997 (diff) |
INTEGRATION: CWS ause070 (1.12.60); FILE MERGED
2006/11/01 13:01:44 hjs 1.12.60.1: #i71072# makes no sense as these attributes are not preserved on deliver anyway
Diffstat (limited to 'sysui')
-rw-r--r-- | sysui/desktop/util/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysui/desktop/util/makefile.mk b/sysui/desktop/util/makefile.mk index e21967538d89..72f8b5603b69 100644 --- a/sysui/desktop/util/makefile.mk +++ b/sysui/desktop/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: kz $ $Date: 2006-01-31 18:20:41 $ +# last change: $Author: kz $ $Date: 2006-11-08 11:56:24 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -112,7 +112,6 @@ ALLTAR: $(SCRIPTS) $(TARFILE) $(TARFILE2) $(SCRIPTS) : $$(@:f) +@rm -f $@ 2>/dev/null +@cat $(@:f) | tr -d "\015" > $@ - +@chmod 555 $@ .IF "$(TARFILE)" != "" |