1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

Missing 'make install' dependency.

This commit is contained in:
Alasdair Kergon 2003-05-06 11:58:55 +00:00
parent 541f875372
commit 3ba1348cd5

View File

@ -98,7 +98,7 @@ install: all $(SUBDIRS.install)
$(SUBDIRS):
$(MAKE) -C $@
$(SUBDIRS.install):
$(SUBDIRS.install): $(SUBDIRS)
$(MAKE) -C $(@:.install=) install
$(SUBDIRS.clean):