diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-10-19 11:38:32 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-10-19 11:38:32 +0000 |
commit | 9ed82ec19238781babdb31d2998096465d865a1e (patch) | |
tree | b72e8d8f046f5943a1cc1c271a15294f4706b519 /openssl | |
parent | 3b1320f203d8063fc0af1572af851ebcb9e8b42b (diff) |
#89835# more robust regarding unpack location
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openssl/makefile.mk b/openssl/makefile.mk index 91a246d73d99..547256fc6c37 100644 --- a/openssl/makefile.mk +++ b/openssl/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hjs $ $Date: 2001-10-17 13:12:23 $ +# last change: $Author: hjs $ $Date: 2001-10-19 12:38:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -124,7 +124,7 @@ OUTDIR2INC= \ .IF "$(GUI)"=="WNT" $(MISC)$/so_custom_patch : $(PACKAGE_DIR)$/$(ADD_FILES_FLAG_FILE) - +win32_custom.bat $(OUT) $(TARFILE_NAME) ms && $(TOUCH) $@ + +win32_custom.bat $(PACKAGE_DIR) $(TARFILE_NAME) ms && $(TOUCH) $@ $(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(MISC)$/so_custom_patch .ENDIF # "$(GUI)"=="WNT" |