diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-03-29 10:29:40 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-03-29 10:29:40 +0000 |
| commit | a46132c1a20ca768c8496be6796d474976b5efdf (patch) | |
| tree | e74d693c0ef2e30636f65d1c4e7a10ec6eacbe2d /gnu/usr.bin | |
| parent | 8378bbaded49129e6c8a3d76527e3fdce7d5752a (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gdb/Makefile.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/Makefile.inc b/gnu/usr.bin/gdb/Makefile.inc index 37b9c21a4899..9a318452122f 100644 --- a/gnu/usr.bin/gdb/Makefile.inc +++ b/gnu/usr.bin/gdb/Makefile.inc @@ -1,3 +1,6 @@ +# bsd.lib.mk causes this file to be loaded multiple times. +.if !defined(BEEN_HERE) +BEEN_HERE=1 # this may be defined in other places .if !defined(GDBDIR) @@ -8,4 +11,4 @@ CFLAGS+= -I${GDBDIR}/include/. -I${GDBDIR}/gdb/. -I${GDBDIR}/bfd/. CFLAGS+= -I${GDBDIR}/libiberty/. CFLAGS+= -I${GDBDIR}/gdb/config/. CFLAGS+= -DHAVE_CONFIG_H - +.endif |
