diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-07-09 08:37:36 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2002-07-09 08:37:36 +0000 |
| commit | 68a9ebbe8cb4a2cb1948c8d968e2bd962e0fb066 (patch) | |
| tree | a8c84b7468531824f1b9bb2c5abd43d1064c799a /gnu/usr.bin/binutils/gdbreplay | |
| parent | c7ea6831353b20a8dac2dbcb65f6932a25598158 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/gdbreplay')
| -rw-r--r-- | gnu/usr.bin/binutils/gdbreplay/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdbreplay/Makefile b/gnu/usr.bin/binutils/gdbreplay/Makefile index ef1ff5369dd7..2acb8e62cda5 100644 --- a/gnu/usr.bin/binutils/gdbreplay/Makefile +++ b/gnu/usr.bin/binutils/gdbreplay/Makefile @@ -14,6 +14,9 @@ NOMAN= yes SRCS= gdbreplay.c +# XXX Don't die on warnings, until the maintainer has a chance to fix them. +NO_WERROR= yes + CFLAGS+= -I${.CURDIR}/../gdb CFLAGS+= -I${GDBDIR}/gdb CFLAGS+= -I${GDBDIR}/gdb/config |
