diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:43:31 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:43:31 +0000 |
commit | c5cd271d5ed1fe76df9a76b8acd98da7e2026c48 (patch) | |
tree | 3ad2439c4883a1ce7b2a9ea7e2ac7113dd6fe389 /svx/source/gengal/makefile.mk | |
parent | e12ca8b2b7fba7dad33183f0182e7fba6bda8221 (diff) |
INTEGRATION: CWS ause069 (1.5.188); FILE MERGED
2006/12/01 17:20:38 hjs 1.5.188.1: #i70359# remove forced shell calls
Diffstat (limited to 'svx/source/gengal/makefile.mk')
-rw-r--r-- | svx/source/gengal/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/gengal/makefile.mk b/svx/source/gengal/makefile.mk index c5c4222db8ac..8ba197da2a54 100644 --- a/svx/source/gengal/makefile.mk +++ b/svx/source/gengal/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: vg $ $Date: 2006-06-02 11:30:41 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:43:31 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -97,5 +97,5 @@ ALLTAR : \ $(SCRIPTFILES) $(SCRIPTFILES) : $$(@:f:+".sh") - +@tr -d "\015" < $(@:f:+".sh") > $@ + @tr -d "\015" < $(@:f:+".sh") > $@ |