INTEGRATION: CWS geordi2q11 (1.4.36); FILE MERGED
2003/12/17 11:42:48 hr 1.4.36.1: #111934#: join CWS ooo111fix1
This commit is contained in:
parent
e5ce15185e
commit
dd73d00191
1 changed files with 10 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.4 $
|
||||
# $Revision: 1.5 $
|
||||
#
|
||||
# last change: $Author: hr $ $Date: 2003-03-27 18:13:15 $
|
||||
# last change: $Author: vg $ $Date: 2003-12-17 20:20:52 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -65,6 +65,14 @@ PRJ=.
|
|||
PRJNAME=zlib
|
||||
TARGET=zlib
|
||||
|
||||
.IF "$(GUI)" == "UNX"
|
||||
.IF "$(SYSTEM_ZLIB)" == "YES"
|
||||
all:
|
||||
@echo "An already available installation of zlib should exist on your system."
|
||||
@echo "Therefore the version provided here does not need to be built in addition."
|
||||
.ENDIF
|
||||
.ENDIF
|
||||
|
||||
# --- Settings -----------------------------------------------------
|
||||
|
||||
.INCLUDE : settings.mk
|
||||
|
|
Loading…
Reference in a new issue