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 | 9def8da813a2997a8d0b70ad1646f3366c509420 (patch) | |
tree | e76bbf09def1abd92d1c399737a8fb327bdd15de /pkgtools | |
parent | 6709af8da597c06ea638cd255378dad743182070 (diff) | |
download | pkgsrc-9def8da813a2997a8d0b70ad1646f3366c509420.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 |