diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:36:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 14:36:43 +0000 |
commit | bb71b45fbf7135b29db33cdf0e1c9ef7085b8cb2 (patch) | |
tree | 26c951dc405427e2ed86d69cf1e2d3defb009a46 /soltools/winunistd | |
parent | c93050e3b3cc1c9c89cf2f089ecce0b56555d4cb (diff) |
INTEGRATION: CWS ause069 (1.3.38); FILE MERGED
2006/11/27 16:02:29 hjs 1.3.38.1: #i70359# remove forced shell calls
Diffstat (limited to 'soltools/winunistd')
-rw-r--r-- | soltools/winunistd/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/soltools/winunistd/makefile.mk b/soltools/winunistd/makefile.mk index 1fdcaf69275f..cac048b7b6fe 100644 --- a/soltools/winunistd/makefile.mk +++ b/soltools/winunistd/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-08 07:33:09 $ +# last change: $Author: obo $ $Date: 2007-01-25 15:36:43 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -49,7 +49,7 @@ TARGETTYPE=CUI .IF "$(GUI)"=="WNT" # provide dummy header for generated sources $(INCCOM)$/unistd.h : unistd.h - @+$(COPY) $< $@ + @$(COPY) $< $@ .ENDIF # "$(GUI)"=="WNT" |