aboutsummaryrefslogtreecommitdiff
path: root/rules.mk
diff options
context:
space:
mode:
authorDan Church2018-08-23 11:04:33 -0500
committerDavid Turner2018-08-23 23:01:09 +0100
commit192a885af60a0e617df7c268120a03d91cb37cdd (patch)
tree54aca3f6540a7b6a49cb11924fbc624e10e5b32d /rules.mk
parente97b1e560d4f3a0eed758047e8c40ecc69c98231 (diff)
downloadscummvm-rg350-192a885af60a0e617df7c268120a03d91cb37cdd.tar.gz
scummvm-rg350-192a885af60a0e617df7c268120a03d91cb37cdd.tar.bz2
scummvm-rg350-192a885af60a0e617df7c268120a03d91cb37cdd.zip
BUILD: Fix build failure
Only happens when --enable-plugins is turned on.
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index 1bd1f147f9..1138c8b8fd 100644
--- a/rules.mk
+++ b/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