Skip to content

Commit

Permalink
BUILD: Fix build failure
Browse files Browse the repository at this point in the history
Only happens when --enable-plugins is turned on.
  • Loading branch information
h3xx authored and David Turner committed Aug 23, 2018
1 parent e97b1e5 commit 192a885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules.mk
Expand Up @@ -57,7 +57,7 @@ plugins: $(PLUGIN-$(MODULE))


ifdef SPLIT_DWARF ifdef SPLIT_DWARF
$(PLUGIN-$(MODULE)).dwp: $(PLUGIN-$(MODULE)) $(PLUGIN-$(MODULE)).dwp: $(PLUGIN-$(MODULE))
$(QUIET_DWP)$(DWP) -e $(PLUGIN-$(MODULE)) $(QUIET_DWP)$(DWP) -e $<


plugins: $(PLUGIN-$(MODULE)).dwp plugins: $(PLUGIN-$(MODULE)).dwp
endif endif
Expand Down

0 comments on commit 192a885

Please sign in to comment.