From 54751142df75dd2e7c8191a33f96b0901f081cd3 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 15 Oct 1998 00:15:01 +0000 Subject: Install gdb in /usr/lib/aout or /usr/lib/elf depending on format. --- gnu/usr.bin/gdb/Makefile.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/gdb/Makefile.inc b/gnu/usr.bin/gdb/Makefile.inc index c031ae9eddbb..aa69d58ad5a3 100644 --- a/gnu/usr.bin/gdb/Makefile.inc +++ b/gnu/usr.bin/gdb/Makefile.inc @@ -1,7 +1,13 @@ -# $Id$ +# $Id: Makefile.inc,v 1.4 1998/05/01 14:37:36 bde 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" -- cgit v1.3