diff options
author | grant <grant@pkgsrc.org> | 2003-09-14 14:41:23 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-14 14:41:23 +0000 |
commit | 7ef22ad3a5d5bf42f98280cc5d7d2a0bb718bfcf (patch) | |
tree | f350bb93a68dd750f4a57eac5cfe7086c8c55474 /pkgtools | |
parent | 61795646fc12cf062d9d78ea6222ba3f307100f8 (diff) | |
download | pkgsrc-7ef22ad3a5d5bf42f98280cc5d7d2a0bb718bfcf.tar.gz |
add nbcompat/config.h to distclean target.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/libnbcompat/files/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/libnbcompat/files/Makefile.in b/pkgtools/libnbcompat/files/Makefile.in index 39b9699440b..17748c0f99b 100644 --- a/pkgtools/libnbcompat/files/Makefile.in +++ b/pkgtools/libnbcompat/files/Makefile.in @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.in,v 1.19 2003/09/14 07:38:12 itohy Exp $ +# $NetBSD: Makefile.in,v 1.20 2003/09/14 14:41:23 grant Exp $ # srcdir= @srcdir@ @@ -85,4 +85,4 @@ clean: distclean: clean rm -f Makefile config.log config.status configure.lineno - rm -f nbcompat/nbconfig.h + rm -f nbcompat/config.h nbcompat/nbconfig.h |