mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 17:22:53 +00:00
pciutils fails on first build if both install and install-lib are specified
This commit is contained in:
parent
d6c553e884
commit
3241499ee3
@ -19,6 +19,15 @@ pciutils_target := \
|
||||
SHARED=yes \
|
||||
PREFIX=$(INSTALL) \
|
||||
install \
|
||||
&& \
|
||||
$(MAKE) \
|
||||
-C $(build)/$(pciutils_dir) \
|
||||
$(MAKE_JOBS) \
|
||||
CC="$(heads_cc)" \
|
||||
ZLIB=no \
|
||||
HWDB=no \
|
||||
SHARED=yes \
|
||||
PREFIX=$(INSTALL) \
|
||||
install-lib \
|
||||
|
||||
pciutils_output := \
|
||||
|
Loading…
x
Reference in New Issue
Block a user