diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-07-19 17:59:12 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2024-07-19 17:59:12 +0000 |
commit | 0084fe4561a74ac863a9d6b25725d537753d212c (patch) | |
tree | 1a5539ea1a624598fcba455e3cf20a74ac2b8271 | |
parent | 7770098c5556d09cf74763bd4a839cd06af1d8b9 (diff) |
remove MAINTAINERCLEANFILES - can cause missing files to regenerate
-rw-r--r-- | lib/libva/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libva/Makefile.am b/lib/libva/Makefile.am index a0542b336..230ba94c2 100644 --- a/lib/libva/Makefile.am +++ b/lib/libva/Makefile.am @@ -29,8 +29,3 @@ SUBDIRS += doc endif EXTRA_DIST=doc/va_footer.html meson.build meson_options.txt -# Extra clean files so that maintainer-clean removes *everything* -MAINTAINERCLEANFILES = \ - aclocal.m4 compile config.guess config.sub \ - configure depcomp install-sh ltmain.sh \ - Makefile.in missing |