diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 16:00:54 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 16:00:54 +0000 |
commit | 076ac7eab03abc9ab29c2e2a6f9b5af6dc9e4a76 (patch) | |
tree | b843d4077d056e3089d6149c3dc2b2395e56a6e1 /openssl/makefile.mk | |
parent | d02eecbe68ba4087209f3f3ea113edddd590ce06 (diff) |
INTEGRATION: CWS ooo20030412 (1.7.28); FILE MERGED
2003/04/07 15:36:34 mh 1.7.28.1: del: so_predeliver, #i9398#
Diffstat (limited to 'openssl/makefile.mk')
-rw-r--r-- | openssl/makefile.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk index 3bb408daa9de..8df85c1a1fbb 100644 --- a/openssl/makefile.mk +++ b/openssl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hjs $ $Date: 2001-10-22 12:18:27 $ +# last change: $Author: hr $ $Date: 2003-04-28 17:00:54 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -135,10 +135,4 @@ $(PACKAGE_DIR)$/so_custom_patch : $(PACKAGE_DIR)$/$(ADD_FILES_FLAG_FILE) $(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/so_custom_patch .ENDIF # "$(GUI)"=="WNT" -TG_DELIVER : $(PACKAGE_DIR)$/so_predeliver - $(DELIVER) - -.IF "$(BUILD_SOSL)"!="" -ALLTAR : TG_DELIVER -.ENDIF # "$(BUILD_SOSL)"!="" |