diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-04-30 15:23:02 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-04-30 15:23:02 +0000 |
| commit | ae105a60aa3d8bc91e0e579ebda90010f29ff9f3 (patch) | |
| tree | 8a6e8b7057103dd5fb79af1ae1d32e1048d4fae2 /gnu/usr.bin | |
| parent | 1c1284da73c60dc80c7a249298409230821b5669 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -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 658496a82212..a9fb47ceb32e 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 658496a82212..a9fb47ceb32e 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 |
