diff options
author | grant <grant@pkgsrc.org> | 2003-06-30 14:48:00 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-30 14:48:00 +0000 |
commit | 79aba7a3d801de220b8c1758f64ab47de5988ca0 (patch) | |
tree | 9a236e312bb751f41d20b930258539314c259d80 /pkgtools | |
parent | 57c9956e09dfdfe3568271c3aadcb09a18971105 (diff) | |
download | pkgsrc-79aba7a3d801de220b8c1758f64ab47de5988ca0.tar.gz |
remove config.h in distclean target, not clean.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/libnbcompat/files/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/libnbcompat/files/Makefile.in b/pkgtools/libnbcompat/files/Makefile.in index 287c34545b8..f348585a7ca 100644 --- a/pkgtools/libnbcompat/files/Makefile.in +++ b/pkgtools/libnbcompat/files/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.5 2003/06/23 11:33:08 grant Exp $ +# $NetBSD: Makefile.in,v 1.6 2003/06/30 14:48:00 grant Exp $ # srcdir = @srcdir@ @@ -64,8 +64,8 @@ install: ${INSTALL} -m 444 vis.h ${prefix}/include/libnbcompat clean: - rm -f *.a *.o bits nbtypes.h config.h + rm -f *.a *.o bits nbtypes.h distclean: clean - rm -f Makefile config.log config.status configure.lineno + rm -f Makefile config.h config.log config.status configure.lineno |