pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/nbsed/files add configure.lineno to distclean...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc63bd2f61f3
branches:  trunk
changeset: 462842:fc63bd2f61f3
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Oct 16 12:00:12 2003 +0000

description:
add configure.lineno to distclean target

diffstat:

 textproc/nbsed/files/Makefile.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e41e55bb082d -r fc63bd2f61f3 textproc/nbsed/files/Makefile.in
--- a/textproc/nbsed/files/Makefile.in  Thu Oct 16 11:51:17 2003 +0000
+++ b/textproc/nbsed/files/Makefile.in  Thu Oct 16 12:00:12 2003 +0000
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.1.1.1 2003/08/18 17:34:55 agc Exp $
+# $Id: Makefile.in,v 1.2 2003/10/16 12:00:12 grant Exp $
 
 @SET_MAKE@
 SHELL = @SHELL@
@@ -65,7 +65,7 @@
 
 distclean: clean
        rm -f Makefile config.h
-       rm -f config.status config.cache config.log
+       rm -f config.status config.cache config.log configure.lineno
 
 maintainer-clean: distclean
        rm -f configure config.h.in



Home | Main Index | Thread Index | Old Index