From owner-cvs-all Sat Nov 25 5:59:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87A4337B4CF; Sat, 25 Nov 2000 05:59:49 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA97120; Sat, 25 Nov 2000 05:59:49 -0800 (PST) (envelope-from obrien@FreeBSD.org) Message-Id: <200011251359.FAA97120@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 25 Nov 2000 05:59:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/gdb Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/11/25 05:59:49 PST Modified files: gnu/usr.bin/binutils/gdb Makefile Log: Deal with a real PITA in that GDB 4.18 (as we imported it) requires a `wait.h' that was in contrib/binutils/, however this wait.h went away with bintuils 2.10.0 so I `cvs rm'ed it. Now we find gdb will not build. This binutils wait.h contained nothing we didn't already have in . So just hack a symlink to it. Revision Changes Path 1.50 +6 -2 src/gnu/usr.bin/binutils/gdb/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message