summaryrefslogtreecommitdiff
path: root/soltools/winunistd/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'soltools/winunistd/makefile.mk')
-rw-r--r--soltools/winunistd/makefile.mk6
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"