diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:34:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:34:43 +0000 |
commit | 1b415d2371433de915ac160e29aeb2a8ca6320db (patch) | |
tree | 06fcf5118bf79614169dff3c6eea3f26c789f67d /twain | |
parent | 88529188d4e034e74b15c17b36599b09faf123a8 (diff) |
INTEGRATION: CWS ause069 (1.2.6); FILE MERGED
2006/12/01 17:37:06 hjs 1.2.6.1: #i70359# remove forced shell calls
Diffstat (limited to 'twain')
-rw-r--r-- | twain/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/twain/util/makefile.mk b/twain/util/makefile.mk index e3165b7220d5..d5af831c27cf 100644 --- a/twain/util/makefile.mk +++ b/twain/util/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hr $ $Date: 2006-06-19 14:11:42 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:34:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,4 +44,4 @@ ALLTAR: $(OUT)$/inc$/twain.h $(OUT)$/inc$/%: $(PRJ)$/inc$/% - $(MKDIR) $(@:d) - + $(COPY) $< $@ + $(COPY) $< $@ |