summaryrefslogtreecommitdiff
path: root/scripts/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2014-04-29 13:24:23 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2014-04-30 10:26:29 +0200
commit1756bf6c63a69dfc48fc294352978b7f07627536 (patch)
tree3b0cc5c35354aaf22eb8c3480cdea397e0e06333 /scripts/Makefile.in
parent62ad6dee18199f4bf80f5dc0dafa68b7f5396508 (diff)
downloadlvm2-1756bf6c63a69dfc48fc294352978b7f07627536.tar.gz
makefile: fix regression
Commit 1af05a7a166a470d1b9d86f88fdc64c2d984124b was incorrect. Generated files from configure could be only distclean-ed. (in-release fix)
Diffstat (limited to 'scripts/Makefile.in')
-rw-r--r--scripts/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index ed77900c4..c2842a4c8 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -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 \