diff options
author | grant <grant> | 2003-06-30 14:48:00 +0000 |
---|---|---|
committer | grant <grant> | 2003-06-30 14:48:00 +0000 |
commit | 38611dd3e0e605579b7e3fd010c9140c141bbe10 (patch) | |
tree | 9a236e312bb751f41d20b930258539314c259d80 /pkgtools | |
parent | 4d525a38026202f69165d13083991c1df1e6405e (diff) | |
download | pkgsrc-38611dd3e0e605579b7e3fd010c9140c141bbe10.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 |