diff options
author | Martin Hollmichel <mh@openoffice.org> | 2002-11-20 09:40:15 +0000 |
---|---|---|
committer | Martin Hollmichel <mh@openoffice.org> | 2002-11-20 09:40:15 +0000 |
commit | ddc0a7083978184bde55f6d8473a60902eac359d (patch) | |
tree | 69b35b0c6e3aebf151ce943beaa01349e900fef0 /zlib | |
parent | a8fd30338d4a84166b5c65fac98e79861c9bc132 (diff) |
chg: BUILD_SOSL to BUILD_PREDELIVER, #i9398#
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)"!="" |