diff options
author | grant <grant@pkgsrc.org> | 2003-09-23 05:30:33 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-23 05:30:33 +0000 |
commit | 452bd6a31adec2a5876c5f5ed7074264a713ef4d (patch) | |
tree | e76bbf09def1abd92d1c399737a8fb327bdd15de /pkgtools | |
parent | c1b4c1655dc80c8a253323f80783c7a1b5b05ee0 (diff) | |
download | pkgsrc-452bd6a31adec2a5876c5f5ed7074264a713ef4d.tar.gz |
config.lineno -> configure.lineno
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/Makefile.in b/pkgtools/pkg_install/files/Makefile.in index e2da1e94354..e53d55f0c74 100644 --- a/pkgtools/pkg_install/files/Makefile.in +++ b/pkgtools/pkg_install/files/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.3 2003/09/08 01:36:45 jlam Exp $ +# $NetBSD: Makefile.in,v 1.4 2003/09/23 05:30:33 grant Exp $ SUBDIRS= lib add admin create delete info view @@ -10,6 +10,6 @@ all install clean: done distclean: clean - rm -f config.log config.status config.lineno + rm -f config.log config.status configure.lineno rm -f Makefile */Makefile rm -f lib/config.h |