diff options
author | grant <grant> | 2003-10-16 12:00:12 +0000 |
---|---|---|
committer | grant <grant> | 2003-10-16 12:00:12 +0000 |
commit | 016c511be159dff4213037d007a5b38a9cb635c6 (patch) | |
tree | 1ecf8717ace9b36c7a5edfd0f2e96b7a5291ea09 /textproc/nbsed | |
parent | 7ddbe054b6ab0eb06d6dfd14e0a8d31abfcbbcd4 (diff) | |
download | pkgsrc-016c511be159dff4213037d007a5b38a9cb635c6.tar.gz |
add configure.lineno to distclean target
Diffstat (limited to 'textproc/nbsed')
-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 |