summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-06 13:12:25 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-06 13:12:25 +0000
commitbc5eb95aa187b15ae62a955cd08a5755b17dc346 (patch)
tree709a2b1c4d97e3c78ef3abfa3974bf302c4a5917
parent8621c79ac1b2d77ccd2ee80c1ed544af3eb1e463 (diff)
INTEGRATION: CWS ause074 (1.19.2); FILE MERGED
2007/02/02 10:54:55 hjs 1.19.2.1: #i74085# avoid useless shell calls
-rwxr-xr-xhelpcontent2/makefile.pmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/helpcontent2/makefile.pmk b/helpcontent2/makefile.pmk
index e650aed154..7e20d55216 100755
--- a/helpcontent2/makefile.pmk
+++ b/helpcontent2/makefile.pmk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.19 $
+# $Revision: 1.20 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 15:32:01 $
+# last change: $Author: vg $ $Date: 2007-02-06 14:12:25 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -86,7 +86,7 @@ optix: $(COMMONMISC)$/$(TARGET).done
@echo done
%.created :
- @-$(MKDIRHIER) $(@:d) >& $(NULLDEV)
+ @@-$(MKDIRHIER) $(@:d)
@$(TOUCH) $@