From 7da8f895594d2bb8b6192db98ac4fe5345eaaf72 Mon Sep 17 00:00:00 2001 From: veego Date: Mon, 1 Jan 2007 13:09:54 +0000 Subject: [PATCH] Add ada-exp.c and c-exp.c to CLEANFILES. This was forgotten in rev. 1.5. --- gnu/usr.bin/gdb6/libgdb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/gdb6/libgdb/Makefile b/gnu/usr.bin/gdb6/libgdb/Makefile index 9d8a3dc2f69f..33b231215511 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 @@ -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