diff options
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/makefile.mk | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/zlib/makefile.mk b/zlib/makefile.mk index 75fab9265950..44a0c1da3d34 100644 --- a/zlib/makefile.mk +++ b/zlib/makefile.mk @@ -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 |