Kaydet (Commit) 9fb7dd60 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS ause069 (1.12.64); FILE MERGED

2006/12/04 22:43:51 hjs 1.12.64.2: RESYNC: (1.12-1.13); FILE MERGED
2006/11/24 14:40:38 hjs 1.12.64.1: #i70359# remove forced shell calls
üst 4e4b3ca9
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.13 $ # $Revision: 1.14 $
# #
# last change: $Author: kz $ $Date: 2006-11-08 11:56:24 $ # last change: $Author: obo $ $Date: 2007-01-25 15:34:38 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -110,8 +110,8 @@ SCRIPTS= \ ...@@ -110,8 +110,8 @@ SCRIPTS= \
ALLTAR: $(SCRIPTS) $(TARFILE) $(TARFILE2) ALLTAR: $(SCRIPTS) $(TARFILE) $(TARFILE2)
$(SCRIPTS) : $$(@:f) $(SCRIPTS) : $$(@:f)
+@rm -f $@ 2>/dev/null @rm -f $@ 2>/dev/null
+@cat $(@:f) | tr -d "\015" > $@ @cat $(@:f) | tr -d "\015" > $@
.IF "$(TARFILE)" != "" .IF "$(TARFILE)" != ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment