diff options
author | grant <grant@pkgsrc.org> | 2003-10-16 12:00:12 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-10-16 12:00:12 +0000 |
commit | 3198ef6af6dec8c8293e4bfd54f247ad760b345d (patch) | |
tree | 1ecf8717ace9b36c7a5edfd0f2e96b7a5291ea09 /textproc/nbsed/files | |
parent | d5d82bc86b42579e851c1b447162a5ee64db93e9 (diff) | |
download | pkgsrc-3198ef6af6dec8c8293e4bfd54f247ad760b345d.tar.gz |
add configure.lineno to distclean target
Diffstat (limited to 'textproc/nbsed/files')
-rw-r--r-- | textproc/nbsed/files/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/nbsed/files/Makefile.in b/textproc/nbsed/files/Makefile.in index 3eeb649db5a..63e262a24d2 100644 --- a/textproc/nbsed/files/Makefile.in +++ b/textproc/nbsed/files/Makefile.in @@ -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 @@ clean: 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 |