]> sourceware.org Git - lvm2.git/commitdiff
Fix previous commit (scripts/Makefile targets order)
authorMilan Broz <mbroz@redhat.com>
Mon, 11 May 2009 10:35:00 +0000 (10:35 +0000)
committerMilan Broz <mbroz@redhat.com>
Mon, 11 May 2009 10:35:00 +0000 (10:35 +0000)
scripts/Makefile.in

index d8ee816475849a09ad7ea405c33152c86a7beca7..8a0350008e6bb46bf5e3a78dbda6f10b666ebf3c 100644 (file)
@@ -17,8 +17,6 @@ VPATH = @srcdir@
 
 include $(top_srcdir)/make.tmpl
 
-install_lvm2: install
-
 install:
        $(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) lvm_dump.sh \
                $(sbindir)/lvmdump
@@ -27,4 +25,6 @@ ifeq ("@FSADM@", "yes")
                $(sbindir)/fsadm
 endif
 
+install_lvm2: install
+
 DISTCLEAN_TARGETS += clvmd_init_red_hat
This page took 0.039081 seconds and 5 git commands to generate.