diff options
-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) |