BUILD: Fix build failure
Only happens when --enable-plugins is turned on.
This commit is contained in:
parent
e97b1e560d
commit
192a885af6
1 changed files with 1 additions and 1 deletions
2
rules.mk
2
rules.mk
|
@ -57,7 +57,7 @@ plugins: $(PLUGIN-$(MODULE))
|
|||
|
||||
ifdef SPLIT_DWARF
|
||||
$(PLUGIN-$(MODULE)).dwp: $(PLUGIN-$(MODULE))
|
||||
$(QUIET_DWP)$(DWP) -e $(PLUGIN-$(MODULE))
|
||||
$(QUIET_DWP)$(DWP) -e $<
|
||||
|
||||
plugins: $(PLUGIN-$(MODULE)).dwp
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue