From 4291ce3cac78ecb6aa6c797f3f555593d3016763 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Fri, 26 Mar 2004 20:03:58 +0000 Subject: [PATCH] makefile spacing --- lib/format1/Makefile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/format1/Makefile.in b/lib/format1/Makefile.in index 21fc76b09..7f32ea8cf 100644 --- a/lib/format1/Makefile.in +++ b/lib/format1/Makefile.in @@ -8,7 +8,7 @@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ VPATH = @srcdir@ -SOURCES=\ +SOURCES =\ disk-rep.c \ format1.c \ import-export.c \ @@ -17,15 +17,14 @@ SOURCES=\ lvm1-label.c \ vg_number.c -TARGETS=liblvm2format1.so +TARGETS = liblvm2format1.so include ../../make.tmpl +.PHONY: install install: liblvm2format1.so $(INSTALL) -D -o $(OWNER) -g $(GROUP) -m 555 $(STRIP) $< \ $(libdir)/liblvm2format1.so.$(LIB_VERSION) $(LN_S) -f liblvm2format1.so.$(LIB_VERSION) $(libdir)/liblvm2format1.so -.PHONY: install - -- 2.43.5