diff options
-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) $@ |