]> sourceware.org Git - lvm2.git/commitdiff
make: fix commit 1756bf6
authorPeter Rajnoha <prajnoha@redhat.com>
Wed, 7 May 2014 10:13:36 +0000 (12:13 +0200)
committerPeter Rajnoha <prajnoha@redhat.com>
Wed, 7 May 2014 10:13:36 +0000 (12:13 +0200)
"DIST_TARGET" should be "DISTCLEAN_TARGET"

scripts/Makefile.in

index c2842a4c85fdf52d2717967e71e9d23103f9bc61..2c9203307cdbbef553857d3b72ba8ad842f7b736 100644 (file)
@@ -125,7 +125,7 @@ install_tmpfiles_configuration:
        $(INSTALL_DIR) $(tmpfiles_dir)
        $(INSTALL_DATA) lvm2_tmpfiles_red_hat.conf $(tmpfiles_dir)/lvm2.conf
 
-DIST_TARGETS += \
+DISTCLEAN_TARGETS += \
        blkdeactivate.sh \
        blk_availability_init_red_hat \
        blk_availability_systemd_red_hat.service \
This page took 0.040359 seconds and 5 git commands to generate.