summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/Makefile.inc
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-10-15 14:15:09 +0000
committerbde <bde@FreeBSD.org>1998-10-15 14:15:09 +0000
commit34ec08b0e276ec58e0134cf399ef1bc2c166e6ff (patch)
tree01cec64208c041185431fc927fd26141f0fac4de /gnu/usr.bin/gdb/Makefile.inc
parent080437aa74da08879859ddbc23593fc94e65a3ce (diff)
downloadFreeBSD-src-34ec08b0e276ec58e0134cf399ef1bc2c166e6ff.zip
FreeBSD-src-34ec08b0e276ec58e0134cf399ef1bc2c166e6ff.tar.gz
Fixed breakage of gdbreplay's and gdbserver's BINDIR in previous commit.
They may belong in /usr/libexec/{aout,elf}, but objformat doesn't support that. Fixed bogus `?=' assignments for BINDIR.
Diffstat (limited to 'gnu/usr.bin/gdb/Makefile.inc')
-rw-r--r--gnu/usr.bin/gdb/Makefile.inc8
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/usr.bin/gdb/Makefile.inc b/gnu/usr.bin/gdb/Makefile.inc
index aa69d58..5e39707 100644
--- a/gnu/usr.bin/gdb/Makefile.inc
+++ b/gnu/usr.bin/gdb/Makefile.inc
@@ -1,13 +1,7 @@
-# $Id: Makefile.inc,v 1.4 1998/05/01 14:37:36 bde Exp $
+# $Id: Makefile.inc,v 1.5 1998/10/15 00:15:01 peter Exp $
CFLAGS+=-I${GDBDIR}/include -I${GDBDIR}/gdb -I${GDBDIR}/bfd
CFLAGS+=-I${GDBDIR}/libiberty -I${GDBDIR}/gdb/config
CFLAGS+=-DHAVE_CONFIG_H
-.if ${OBJFORMAT} == elf
-BINDIR?= /usr/libexec/elf
-.else
-BINDIR?= /usr/libexec/aout
-.endif
-
.include "../Makefile.inc"
OpenPOWER on IntegriCloud