diff options
| author | jdc <jdc@NetBSD.org> | 2006-11-28 13:44:52 +0000 |
|---|---|---|
| committer | jdc <jdc@NetBSD.org> | 2006-11-28 13:44:52 +0000 |
| commit | 80c18fce282db3ccdd725d9e1242e5a17e4e5f84 (patch) | |
| tree | 5a8c5f77d16330353fb42e483f7ebf288a9daea1 /gnu/usr.bin | |
| parent | 17a81bf4b33c5efa0c01ee7e8d45cc9d3700f7fc (diff) | |
Allow ada-exp.c and c-exp.c to be built when using a read-only source tree.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/gdb6/libgdb/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb6/libgdb/Makefile b/gnu/usr.bin/gdb6/libgdb/Makefile index a59bfc5815a..9d8a3dc2f69 100644 --- a/gnu/usr.bin/gdb6/libgdb/Makefile +++ b/gnu/usr.bin/gdb6/libgdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2006/11/10 17:36:08 christos Exp $ +# $NetBSD: Makefile,v 1.5 2006/11/28 13:44:52 jdc Exp $ .include <bsd.own.mk> @@ -38,6 +38,8 @@ CPPFLAGS.inf-ptrace.c= -Wno-error COPTS+= -Wno-stack-protector # ignore yacc-generated files in ${DIST}/gdb +ada-exp.c: .NOPATH +c-exp.c: .NOPATH m2-exp.c: .NOPATH p-exp.c: .NOPATH CLEANFILES+= m2-exp.c p-exp.c |
