From 79c0893f08db43a2f8f3a89c3f0b6f875734aae6 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Tue, 17 Jul 2001 14:11:09 +0000 Subject: applying patches on win32 should work better now --- solenv/inc/set_ext.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/solenv/inc/set_ext.mk b/solenv/inc/set_ext.mk index d9bf6bcfdbc7..10f8201985bc 100644 --- a/solenv/inc/set_ext.mk +++ b/solenv/inc/set_ext.mk @@ -2,9 +2,9 @@ # # $RCSfile: set_ext.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hjs $ $Date: 2001-06-07 16:59:52 $ +# last change: $Author: hjs $ $Date: 2001-07-17 15:11:09 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,8 +65,10 @@ #defaults TARFILE_ROOTDIR*=$(TARFILE_NAME) UNTAR_FLAG_FILE*=so_unpacked +ADD_FILES_FLAG_FILE*=so_addfiles PATCH_FLAG_FILE*=so_patched CONFIGURE_FLAG_FILE*=so_configured BUILD_FLAG_FILE*=so_built +INSTALL_FLAG_FILE*=so_installed PREDELIVER_FLAG_FILE*=so_predeliver -- cgit