1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

makefiles: remove autom4te.cache

For 'make distclean' remove also autom4te.cache
(from autoreconf).
This commit is contained in:
Zdenek Kabelac 2023-07-13 12:27:09 +02:00
parent 5ce236a691
commit f8712c6cab

View File

@ -38,7 +38,7 @@ ifeq ($(MAKECMDGOALS),distclean)
udev po udev po
tools.distclean: test.distclean tools.distclean: test.distclean
endif endif
DISTCLEAN_DIRS += lcov_reports* DISTCLEAN_DIRS += lcov_reports* autom4te.cache
DISTCLEAN_TARGETS += config.cache config.log config.status make.tmpl DISTCLEAN_TARGETS += config.cache config.log config.status make.tmpl
include make.tmpl include make.tmpl