summaryrefslogtreecommitdiff
path: root/sysui/desktop/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sysui/desktop/util/makefile.mk')
-rw-r--r--sysui/desktop/util/makefile.mk5
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)" != ""