summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorveego <veego@NetBSD.org>2007-01-01 13:09:54 +0000
committerveego <veego@NetBSD.org>2007-01-01 13:09:54 +0000
commit7da8f895594d2bb8b6192db98ac4fe5345eaaf72 (patch)
tree66d1c88f1c213cb93d80110a9f32f10ccd833663 /gnu/usr.bin
parentc9d3cda29629991eb23e16fb41ff0cc5d900827f (diff)
Add ada-exp.c and c-exp.c to CLEANFILES.
This was forgotten in rev. 1.5.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/gdb6/libgdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gdb6/libgdb/Makefile b/gnu/usr.bin/gdb6/libgdb/Makefile
index 9d8a3dc2f69..33b23121551 100644
--- a/gnu/usr.bin/gdb6/libgdb/Makefile
+++ b/gnu/usr.bin/gdb6/libgdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/11/28 13:44:52 jdc Exp $
+# $NetBSD: Makefile,v 1.6 2007/01/01 13:09:54 veego Exp $
.include <bsd.own.mk>
@@ -42,4 +42,4 @@ ada-exp.c: .NOPATH
c-exp.c: .NOPATH
m2-exp.c: .NOPATH
p-exp.c: .NOPATH
-CLEANFILES+= m2-exp.c p-exp.c
+CLEANFILES+= ada-exp.c c-exp.c m2-exp.c p-exp.c