From 1e025bde1dce0fc33fc8a6b299182e0b4670cf2e Mon Sep 17 00:00:00 2001 From: Marc Lehmann Date: Thu, 8 Oct 1998 17:26:53 -0600 Subject: [PATCH] ylwrap: Change absolute path checks to check for DOS style path names. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit � * ylwrap: Change absolute path checks to check for DOS style path names. * ylwrap: Don't use a full path name if the source file is in the same directory. From hjl@lucon.org (H.J. Lu). Brought over from devo. From-SVN: r22944 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2db674054683..edd7a8adc278 100644 --- a/ChangeLog +++ b/ChangeLog @@ -107,6 +107,14 @@ Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann * INSTALL/README: Fix typo. +Fri Jul 17 13:30:18 1998 Ian Lance Taylor + + * ylwrap: Change absolute path checks to check for DOS style path + names. + + * ylwrap: Don't use a full path name if the source file is in the + same directory. From hjl@lucon.org (H.J. Lu). + Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com) * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.