summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-10-19 12:51:04 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-10-19 12:51:04 +0000
commit0c1e21dc0cd75f3d33e04ca1d80afa9321a1b67d (patch)
treed4e9e669b6fd7baac918fffff477301274d7ec3d /openssl
parent9ed82ec19238781babdb31d2998096465d865a1e (diff)
#89835# more robust regarding unpack location
Diffstat (limited to 'openssl')
-rw-r--r--openssl/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk
index 547256fc6c37..e26101686424 100644
--- a/openssl/makefile.mk
+++ b/openssl/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: hjs $ $Date: 2001-10-19 12:38:32 $
+# last change: $Author: hjs $ $Date: 2001-10-19 13:51:04 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -123,13 +123,13 @@ OUTDIR2INC= \
.INCLUDE : tg_ext.mk
.IF "$(GUI)"=="WNT"
-$(MISC)$/so_custom_patch : $(PACKAGE_DIR)$/$(ADD_FILES_FLAG_FILE)
+$(PACKAGE_DIR)$/so_custom_patch : $(PACKAGE_DIR)$/$(ADD_FILES_FLAG_FILE)
+win32_custom.bat $(PACKAGE_DIR) $(TARFILE_NAME) ms && $(TOUCH) $@
-$(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(MISC)$/so_custom_patch
+$(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/so_custom_patch
.ENDIF # "$(GUI)"=="WNT"
-TG_DELIVER : build$/$(INPATH)$/so_predeliver
+TG_DELIVER : $(PACKAGE_DIR)$/so_predeliver
$(DELIVER)
.IF "$(BUILD_SOSL)"!=""