diff options
| author | Paul Traina <pst@FreeBSD.org> | 1997-04-26 17:34:52 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1997-04-26 17:34:52 +0000 |
| commit | b9bdf5b8cbd80d4d0b5065faf5855716170ef2d9 (patch) | |
| tree | a2721c27adfc6073ca14fa0a1046ae6803789689 /gnu | |
| parent | b749b3bb3ec583b9f1be70a7eb2b1410aaaf22b6 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gdb/Makefile | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb/Makefile.inc | 3 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb/gdbreplay/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb/gdbserver/Makefile | 4 |
4 files changed, 8 insertions, 5 deletions
diff --git a/gnu/usr.bin/gdb/Makefile b/gnu/usr.bin/gdb/Makefile index 990f9dacd630..d340df6b5ac7 100644 --- a/gnu/usr.bin/gdb/Makefile +++ b/gnu/usr.bin/gdb/Makefile @@ -1,3 +1,3 @@ -SUBDIR= bfd libiberty gdb doc +SUBDIR= bfd libiberty gdb doc gdbserver gdbreplay .include <bsd.subdir.mk> diff --git a/gnu/usr.bin/gdb/Makefile.inc b/gnu/usr.bin/gdb/Makefile.inc index 37b9c21a4899..ccf240f6e724 100644 --- a/gnu/usr.bin/gdb/Makefile.inc +++ b/gnu/usr.bin/gdb/Makefile.inc @@ -1,3 +1,5 @@ +.if !defined(GDB_MAKEFILE_INC_BEEN_HERE) +GDB_MAKEFILE_INC_BEEN_HERE=yes # this may be defined in other places .if !defined(GDBDIR) @@ -9,3 +11,4 @@ CFLAGS+= -I${GDBDIR}/libiberty/. CFLAGS+= -I${GDBDIR}/gdb/config/. CFLAGS+= -DHAVE_CONFIG_H +.endif diff --git a/gnu/usr.bin/gdb/gdbreplay/Makefile b/gnu/usr.bin/gdb/gdbreplay/Makefile index 43ae9dca1543..a7b6f512a2ef 100644 --- a/gnu/usr.bin/gdb/gdbreplay/Makefile +++ b/gnu/usr.bin/gdb/gdbreplay/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $ +# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:22 pst Exp $ GDBDIR= ${.CURDIR}/../../../../contrib/gdb .PATH: ${GDBDIR}/gdb/gdbserver @@ -11,7 +11,7 @@ NOMAN= yes SRCS= gdbreplay.c -CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd +CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd CFLAGS+=-DNO_MMALLOC .include <bsd.prog.mk> diff --git a/gnu/usr.bin/gdb/gdbserver/Makefile b/gnu/usr.bin/gdb/gdbserver/Makefile index acac9e05ce38..73abac881616 100644 --- a/gnu/usr.bin/gdb/gdbserver/Makefile +++ b/gnu/usr.bin/gdb/gdbserver/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13.2.1 1997/02/02 20:46:32 joerg Exp $ +# $Id: Makefile,v 1.1.1.1 1997/04/25 22:25:50 pst Exp $ GDBDIR= ${.CURDIR}/../../../../contrib/gdb .PATH: ${GDBDIR}/gdb/gdbserver @@ -11,7 +11,7 @@ BINDIR= /usr/bin SRCS= remote-utils.c utils.c server.c SRCS+= low-fbsd.c -CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd -I${GDBDIR}/gdb -I${GDBDIR}/bfd +CFLAGS+=-I${.CURDIR}/../gdb -I${.CURDIR}/../bfd CFLAGS+=-DNO_MMALLOC .include <bsd.prog.mk> |
