summaryrefslogtreecommitdiff
path: root/solenv/inc/set_ext.mk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 10:48:49 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-27 10:48:49 +0000
commiteb62b06be2da4592da0bedf2e8814bcf0f691905 (patch)
treeb02b60f60a84ca5c59eba60995ecee2bd49dfff4 /solenv/inc/set_ext.mk
parentb57fee8153ab7bb8a2fdc2a12a5ccc0c0927d6f4 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'solenv/inc/set_ext.mk')
-rw-r--r--solenv/inc/set_ext.mk18
1 files changed, 9 insertions, 9 deletions
diff --git a/solenv/inc/set_ext.mk b/solenv/inc/set_ext.mk
index 487b580df921..96e8b79cf26b 100644
--- a/solenv/inc/set_ext.mk
+++ b/solenv/inc/set_ext.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: set_ext.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: hjs $ $Date: 2001-10-08 17:29:00 $
+# last change: $Author: hr $ $Date: 2003-03-27 11:48:11 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,11 +70,11 @@ wrapper_use_clean_sourcecheck=TRUE
#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
+UNTAR_FLAG_FILE*=so_unpacked_$(TARGET)
+ADD_FILES_FLAG_FILE*=so_addfiles_$(TARGET)
+PATCH_FLAG_FILE*=so_patched_$(TARGET)
+CONFIGURE_FLAG_FILE*=so_configured_$(TARGET)
+BUILD_FLAG_FILE*=so_built_$(TARGET)
+INSTALL_FLAG_FILE*=so_installed_$(TARGET)
+PREDELIVER_FLAG_FILE*=so_predeliver_$(TARGET)