From e5e325bf11cc4df522989159c120a8bd91e703f1 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 5 Oct 2006 09:50:10 +0000 Subject: INTEGRATION: CWS ause068 (1.16.14); FILE MERGED 2006/09/25 17:27:07 hjs 1.16.14.2: #i69536# definition of noout is gone in solenv 2006/09/21 15:19:39 hjs 1.16.14.1: #i69536# + no longer required before echo command --- helpcontent2/makefile.pmk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'helpcontent2/makefile.pmk') diff --git a/helpcontent2/makefile.pmk b/helpcontent2/makefile.pmk index 9a637e0c4a..6dc7e95e4a 100755 --- a/helpcontent2/makefile.pmk +++ b/helpcontent2/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: hr $ $Date: 2006-08-14 16:17:29 $ +# last change: $Author: kz $ $Date: 2006-10-05 10:50:10 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -70,10 +70,10 @@ $(COMMONMISC)$/$(TARGET).done : localize.sdf makefile.mk .ENDIF # "$(HLANGXHPFILES)"!="" optix: $(COMMONMISC)$/$(TARGET).done - @+echo done + @echo done %.created : - @+-$(MKDIRHIER) $(@:d) $(noout) + @+-$(MKDIRHIER) $(@:d) >& $(NULLDEV) @$(TOUCH) $@ -- cgit