diff options
author | bde <bde@FreeBSD.org> | 1997-04-30 15:23:02 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-04-30 15:23:02 +0000 |
commit | 0fc596203bacf33a625ceebcc44b62272c4d27b4 (patch) | |
tree | 42a583a4a99b38a61e50f4e58e61733f0ff2cb00 /gnu | |
parent | c3519d9248b52eeb377e0b41dff385a47b195e90 (diff) | |
download | FreeBSD-src-0fc596203bacf33a625ceebcc44b62272c4d27b4.zip FreeBSD-src-0fc596203bacf33a625ceebcc44b62272c4d27b4.tar.gz |
Backed out previous change. It just gave a more verbose Makefile by
repeating the default for MAN1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 4 | ||||
-rw-r--r-- | 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 658496a..a9fb47c 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 658496a..a9fb47c 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 |