diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-05 09:50:10 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-05 09:50:10 +0000 |
commit | e5e325bf11cc4df522989159c120a8bd91e703f1 (patch) | |
tree | 97c51786d987cd555759a77148eba4eb9ff1354a /helpcontent2/makefile.pmk | |
parent | 06e79089a9e0f34f00f08b405374e64e7cf1fba9 (diff) |
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
Diffstat (limited to 'helpcontent2/makefile.pmk')
-rwxr-xr-x | helpcontent2/makefile.pmk | 8 |
1 files changed, 4 insertions, 4 deletions
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) $@ |