mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-12 13:18:31 +03:00
Another missing dependency.
This commit is contained in:
parent
36be817a3e
commit
cef6dadb08
@ -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