diff options
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/zlib/makefile.mk b/zlib/makefile.mk index 84a0c6241eaa..ea3a83e5d2e7 100644 --- a/zlib/makefile.mk +++ b/zlib/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hjs $ $Date: 2002-08-22 12:22:42 $ +# last change: $Author: mh $ $Date: 2002-11-20 10:40:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -98,7 +98,7 @@ OUT2INC= \ TG_DELIVER : $(INPATH)$/misc$/build$/so_predeliver $(DELIVER) -.IF "$(BUILD_SOSL)"!="" +.IF "$(BUILD_PREDELIVER)"!="" ALLTAR : TG_DELIVER -.ENDIF # "$(BUILD_SOSL)"!="" +.ENDIF # "$(BUILD_PREDELIVER)"!="" |