diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-27 10:10:39 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-27 10:10:39 +0000 |
commit | f4e0ae21a41fefd8a7267ebfe9cd8eca4a9a21c9 (patch) | |
tree | ffe161e2933fb527e59cc6781042cb1dede7ea1c /solenv/inc/tg_ext.mk | |
parent | 0690f30b83ca1ff8498a4240bc0ec6b5225c7629 (diff) |
INTEGRATION: CWS kso14 (1.61.34); FILE MERGED
2005/01/21 08:36:57 kso 1.61.34.2: RESYNC: (1.61-1.62); FILE MERGED
2005/01/19 13:10:09 hjs 1.61.34.1: #i40966# patch target must depend on lineend conversion
Diffstat (limited to 'solenv/inc/tg_ext.mk')
-rw-r--r-- | solenv/inc/tg_ext.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/solenv/inc/tg_ext.mk b/solenv/inc/tg_ext.mk index c14bd1c9bddc..3a8e18cf9ec2 100644 --- a/solenv/inc/tg_ext.mk +++ b/solenv/inc/tg_ext.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_ext.mk,v $ # -# $Revision: 1.62 $ +# $Revision: 1.63 $ # -# last change: $Author: kz $ $Date: 2005-01-14 11:34:55 $ +# last change: $Author: obo $ $Date: 2005-01-27 11:10:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -237,6 +237,8 @@ $(MISC)$/convert_dos_flag : $(PACKAGE_DIR)$/$(PATCH_FLAG_FILE) $(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(MISC)$/convert_dos_flag +patch : $(MISC)$/convert_dos_flag + .ENDIF # "$(CONVERTFILES)"!="" $(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/$(PATCH_FLAG_FILE) |