summaryrefslogtreecommitdiff
path: root/soltools/winunistd
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 13:38:36 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 13:38:36 +0000
commitad26edace3a3200e665b696e53d10887b27f623d (patch)
tree6829b80ad045123f2b5994c08d4050952a41fc59 /soltools/winunistd
parentc81eaeb8c4ed8db64d7d86573bf9c26105150078 (diff)
INTEGRATION: CWS mingwport03 (1.3.32); FILE MERGED
2007/03/19 19:03:44 vg 1.3.32.2: RESYNC: (1.3-1.4); FILE MERGED 2006/09/07 15:12:09 vg 1.3.32.1: #i53572# MinGW port
Diffstat (limited to 'soltools/winunistd')
-rw-r--r--soltools/winunistd/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/soltools/winunistd/makefile.mk b/soltools/winunistd/makefile.mk
index cac048b7b6fe..e0fee74585cd 100644
--- a/soltools/winunistd/makefile.mk
+++ b/soltools/winunistd/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 15:36:43 $
+# last change: $Author: vg $ $Date: 2007-03-26 14:38:36 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -47,10 +47,12 @@ TARGETTYPE=CUI
# --- Files --------------------------------------------------------
.IF "$(GUI)"=="WNT"
+.IF "$(COM)"!="GCC"
# provide dummy header for generated sources
$(INCCOM)$/unistd.h : unistd.h
@$(COPY) $< $@
+.ENDIF # "$(COM)"!="GCC"
.ENDIF # "$(GUI)"=="WNT"
# --- Targets ------------------------------------------------------