INTEGRATION: CWS hsqldb6 (1.63.230); FILE MERGED
2005/07/20 10:43:14 hjs 1.63.230.1: #i51409# fix wrong variable usage
This commit is contained in:
parent
9a69ab93c0
commit
0858b43058
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: tg_ext.mk,v $
|
||||
#
|
||||
# $Revision: 1.63 $
|
||||
# $Revision: 1.64 $
|
||||
#
|
||||
# last change: $Author: obo $ $Date: 2005-01-27 11:10:39 $
|
||||
# last change: $Author: obo $ $Date: 2005-07-20 13:24:06 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -228,12 +228,12 @@ $(PACKAGE_DIR)$/$(PATCH_FLAG_FILE) : $(PACKAGE_DIR)$/$(ADD_FILES_FLAG_FILE)
|
|||
|
||||
.IF "$(CONVERTFILES)"!=""
|
||||
$(MISC)$/convert_unx_flag : $(PACKAGE_DIR)$/$(UNTAR_FLAG_FILE)
|
||||
+$(CONVERT) unix $(foreach,i,$(CONVERTFILES) $(PACKAGE_DIR)$/$(TARFILE_NAME)$/$i) && $(TOUCH) $(MISC)$/convert_unx_flag
|
||||
+$(CONVERT) unix $(foreach,i,$(CONVERTFILES) $(PACKAGE_DIR)$/$(TARFILE_ROOTDIR)$/$i) && $(TOUCH) $(MISC)$/convert_unx_flag
|
||||
|
||||
$(PACKAGE_DIR)$/$(PATCH_FLAG_FILE) : $(MISC)$/convert_unx_flag
|
||||
|
||||
$(MISC)$/convert_dos_flag : $(PACKAGE_DIR)$/$(PATCH_FLAG_FILE)
|
||||
+$(CONVERT) dos $(foreach,i,$(CONVERTFILES) $(PACKAGE_DIR)$/$(TARFILE_NAME)$/$i) && $(TOUCH) $(MISC)$/convert_dos_flag
|
||||
+$(CONVERT) dos $(foreach,i,$(CONVERTFILES) $(PACKAGE_DIR)$/$(TARFILE_ROOTDIR)$/$i) && $(TOUCH) $(MISC)$/convert_dos_flag
|
||||
|
||||
$(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(MISC)$/convert_dos_flag
|
||||
|
||||
|
|
Loading…
Reference in a new issue