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 | 01501cd921432ffc2b05d4988d8e73025b552c04 (patch) | |
tree | 1ecf8717ace9b36c7a5edfd0f2e96b7a5291ea09 /textproc | |
parent | 2cc5b9c7eb2e474cf7b179c2504bc7a859d9d246 (diff) | |
download | pkgsrc-01501cd921432ffc2b05d4988d8e73025b552c04.tar.gz |
add configure.lineno to distclean target
Diffstat (limited to 'textproc')
-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 |