This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/scripts Makefile.in


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mbroz@sourceware.org	2009-05-11 10:35:01

Modified files:
	scripts        : Makefile.in 

Log message:
	Fix previous commit (scripts/Makefile targets order)

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/scripts/Makefile.in.diff?cvsroot=lvm2&r1=1.7&r2=1.8

--- LVM2/scripts/Makefile.in	2009/05/11 10:28:46	1.7
+++ LVM2/scripts/Makefile.in	2009/05/11 10:35:00	1.8
@@ -17,8 +17,6 @@
 
 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 @@
 		$(sbindir)/fsadm
 endif
 
+install_lvm2: install
+
 DISTCLEAN_TARGETS += clvmd_init_red_hat


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]