From owner-freebsd-bugs Mon Feb 3 22:25:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA21363 for bugs-outgoing; Mon, 3 Feb 1997 22:25:31 -0800 (PST) Received: from sumatra.americantv.com (sumatra.americantv.com [199.184.181.250]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA21358 for ; Mon, 3 Feb 1997 22:25:28 -0800 (PST) Received: from right.PCS (right.pcs. [148.105.10.31]) by sumatra.americantv.com (8.7.6/8.7.3) with ESMTP id AAA26046 for ; Tue, 4 Feb 1997 00:40:58 -0600 (CST) Received: (jlemon@localhost) by right.PCS (8.6.13/8.6.4) id GAA00186; Tue, 4 Feb 1997 06:24:52 GMT Message-ID: Date: Tue, 4 Feb 1997 00:24:52 -0600 From: jlemon@americantv.com (Jonathan Lemon) To: bugs@freebsd.org Subject: gdb/libiberty failure X-Mailer: Mutt 0.56e Mime-Version: 1.0 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -current falls over on building dependencies on gdb/libiberty. Patch attached. -- Jonathan --------------------------------- cut here --------------------------------- .bin/gdb/libiberty/Makefile.usr.bin.gdb.libiberty.Makefile /usr/tuna/src/gnu/usr *** gnu.usr.bin.gdb.libiberty.Makefile Mon Feb 3 15:37:51 1997 --- /usr/tuna/src/gnu/usr.bin/gdb/libiberty/Makefile Mon Feb 3 16:16:38 1997 *************** *** 5,12 **** SRCS= argv.c basename.c concat.c cplus-dem.c fdmatch.c getopt.c \ getopt1.c getruntime.c hex.c floatformat.c obstack.c spaces.c \ ! strerror.c strsignal.c vasprintf.c xatexit.c xexit.c \ ! xmalloc.c xstrdup.c xstrerror.c insque.c CFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../gdb/. NOPROFILE=no --- 5,11 ---- SRCS= argv.c basename.c concat.c cplus-dem.c fdmatch.c getopt.c \ getopt1.c getruntime.c hex.c floatformat.c obstack.c spaces.c \ ! insque.c CFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../gdb/. NOPROFILE=no