diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-26 07:10:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-08-26 07:10:35 +0000 |
commit | 0e80863c0a9b90181fcd2d021486a2035c70dfc1 (patch) | |
tree | 00cb6c7a626f721f2f9cf18dc35881ea62bb8662 /gnu/usr.bin/gdb | |
parent | 3122032decdcb558d73a431686e53db9dac8d7df (diff) |
openbsd not netbsd; from graichen
Diffstat (limited to 'gnu/usr.bin/gdb')
-rw-r--r-- | gnu/usr.bin/gdb/gdb/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile index 4f5493e9cac..5ee2aa7b5aa 100644 --- a/gnu/usr.bin/gdb/gdb/Makefile +++ b/gnu/usr.bin/gdb/gdb/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.3 1996/01/12 16:55:47 deraadt Exp $ +# $Id: Makefile,v 1.4 1996/08/26 07:10:34 deraadt Exp $ # Paths to libraries # @@ -21,8 +21,8 @@ PROG= gdb CFLAGS+= -I$(.CURDIR)/arch/$(MACHINE_ARCH) -I$(.CURDIR)/../bfd \ -I$(.CURDIR)/../readline -I$(.CURDIR)/../include \ -I$(.CURDIR) \ - -DHOST_CANONICAL=\"$(MACHINE_ARCH)-netbsd\" \ - -DTARGET_CANONICAL=\"$(MACHINE_ARCH)-netbsd\" + -DHOST_CANONICAL=\"$(MACHINE_ARCH)-openbsd\" \ + -DTARGET_CANONICAL=\"$(MACHINE_ARCH)-openbsd\" CFLAGS+= -DNO_MMALLOC -DKERNEL_DEBUG -DHAVE_TERMIOS YFLAGS+= -p $(.PREFIX:S/-exp/_/:S/ch_/chill_/) |