From ae105a60aa3d8bc91e0e579ebda90010f29ff9f3 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 30 Apr 1997 15:23:02 +0000 Subject: [PATCH] Backed out previous change. It just gave a more verbose Makefile by repeating the default for MAN1. --- gnu/usr.bin/binutils/gdb/Makefile | 4 +--- gnu/usr.bin/gdb/gdb/Makefile | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 658496a8221..a9fb47ceb32 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1997/04/07 08:08:14 peter Exp $ +# $Id: Makefile,v 1.22 1997/04/27 21:36:48 gj Exp $ PROG = gdb @@ -30,8 +30,6 @@ SRCS = annotate.c blockframe.c breakpoint.c buildsym.c c-lang.c \ callback.c SRCS+= i386-dis.c dis-buf.c disassemble.c -MAN1= gdb.1 - CFLAGS+= -I$(.CURDIR) -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd # use phkmalloc CFLAGS+= -DNO_MMALLOC diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile index 658496a8221..a9fb47ceb32 100644 --- a/gnu/usr.bin/gdb/gdb/Makefile +++ b/gnu/usr.bin/gdb/gdb/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1997/04/07 08:08:14 peter Exp $ +# $Id: Makefile,v 1.22 1997/04/27 21:36:48 gj Exp $ PROG = gdb @@ -30,8 +30,6 @@ SRCS = annotate.c blockframe.c breakpoint.c buildsym.c c-lang.c \ callback.c SRCS+= i386-dis.c dis-buf.c disassemble.c -MAN1= gdb.1 - CFLAGS+= -I$(.CURDIR) -I${DESTDIR}/usr/include/readline -I$(.CURDIR)/../bfd # use phkmalloc CFLAGS+= -DNO_MMALLOC