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 | e40162e638e760579948dfbeb92bbb0090eb8824 (patch) | |
tree | f350bb93a68dd750f4a57eac5cfe7086c8c55474 /pkgtools | |
parent | 4b107be2da531f4c472b16967e488bd375c3e39a (diff) | |
download | pkgsrc-e40162e638e760579948dfbeb92bbb0090eb8824.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 |