mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Another missing dependency.
This commit is contained in:
parent
5d910431cf
commit
27829d8063
@ -29,7 +29,7 @@ TARGETS=\
|
||||
|
||||
include ../make.tmpl
|
||||
|
||||
lvm: $(OBJECTS)
|
||||
lvm: $(OBJECTS) $(top_srcdir)/lib/liblvm.a
|
||||
$(CC) -o lvm $(OBJECTS) -L$(top_srcdir)/lib -llvm $(EXTRA_LIBS)
|
||||
|
||||
install:
|
||||
|
Loading…
Reference in New Issue
Block a user