summaryrefslogtreecommitdiff
path: root/openssl/makefile.mk
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
commite4f00e7ec58c8e3130d4f1f5fc2fb28497657bcd (patch)
treeca011b5033387703c56e3b9f2c8e47f6e9808f85 /openssl/makefile.mk
parent6b3ff679cc820433b82bf83af3f8ef48ed3f639c (diff)
#89835# more robust regarding unpack location
Diffstat (limited to 'openssl/makefile.mk')
-rw-r--r--openssl/makefile.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk
index 547256f..e261016 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)"!=""