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

makefile: fix regression

Commit 1af05a7a16 was incorrect.
Generated files from configure could be only distclean-ed.
(in-release fix)
This commit is contained in:
Zdenek Kabelac 2014-04-29 13:24:23 +02:00
parent 62ad6dee18
commit 1756bf6c63

View File

@ -125,7 +125,7 @@ install_tmpfiles_configuration:
$(INSTALL_DIR) $(tmpfiles_dir)
$(INSTALL_DATA) lvm2_tmpfiles_red_hat.conf $(tmpfiles_dir)/lvm2.conf
CLEAN_TARGETS += \
DIST_TARGETS += \
blkdeactivate.sh \
blk_availability_init_red_hat \
blk_availability_systemd_red_hat.service \