diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:37:37 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:37:37 +0000 |
commit | 673dd8f3453ea368674a51db905b9884dfe0be22 (patch) | |
tree | 249855f67173b476368b99159d705355c284cc7e /shell/source/unix | |
parent | 0456c9250c86e0020195333190652af203166368 (diff) |
INTEGRATION: CWS ause069 (1.6.28); FILE MERGED
2006/12/01 17:30:43 hjs 1.6.28.1: #i70359# remove forced shell calls
Diffstat (limited to 'shell/source/unix')
-rw-r--r-- | shell/source/unix/misc/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shell/source/unix/misc/makefile.mk b/shell/source/unix/misc/makefile.mk index cba5fd33ce88..3fc4ac629f91 100644 --- a/shell/source/unix/misc/makefile.mk +++ b/shell/source/unix/misc/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: ihi $ $Date: 2006-08-01 11:26:32 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:37:37 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -77,4 +77,4 @@ OBJFILES = $(APP1OBJS) $(APP2OBJS) ALLTAR : $(SCRIPTFILES) $(AWKFILES) $(SCRIPTFILES) : $$(@:f:+".sh") - +@tr -d "\015" < $(@:f:+".sh") > $@ + @tr -d "\015" < $(@:f:+".sh") > $@ |