Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <392405B5.6A8E1E95@ex-pressnet.com> Date: Thu, 18 May 2000 08:01:09 -0700 From: Ernest Friedman-Hill Reply-To: ejfried AT alum DOT mit DOT edu X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT sourceware DOT cygnus DOT com, john DOT cooper AT eu DOT citrix DOT com Subject: Patch for Make 3.79 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit This patch fixes the "*** target pattern contains no `%'. Stop." problem with make 3.79 under cygwin 1.1.1 reported by John Cooper. bash-2.03# diff read.c.old read.c 307c307 < #if defined (WINDOWS32) || defined (__MSDOS__) --- > #if defined (WINDOWS32) || defined (__MSDOS__) || defined (__CYGWIN__) 838c838 < #if defined(__MSDOS__) || defined(WINDOWS32) --- > #if defined(__MSDOS__) || defined(WINDOWS32) || defined(__CYGWIN__) 993c993 < #if defined (WINDOWS32) || defined (__MSDOS__) --- > #if defined (WINDOWS32) || defined (__MSDOS__) || defined(__CYGWIN__) 1932c1932 < #if defined(WINDOWS32) || defined(__MSDOS__) --- > #if defined(WINDOWS32) || defined(__MSDOS__) || defined(__CYGWIN__) 2342c2342 < #if defined(__MSDOS__) || defined(WINDOWS32) --- > #if defined(__MSDOS__) || defined(WINDOWS32) || defined(__CYGWIN__) bash-2.03# -- Ernest Friedman-Hill Distributed Systems Research Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 Org. 8920, MS 9214 ejfried AT ca DOT sandia DOT gov PO Box 969 http://herzberg.ca.sandia.gov Livermore, CA 94550 -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com