[Scummvm-git-logs] scummvm master -> 192a885af60a0e617df7c268120a03d91cb37cdd
digitall
dgturner at iee.org
Fri Aug 24 00:01:13 CEST 2018
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
192a885af6 BUILD: Fix build failure
Commit: 192a885af60a0e617df7c268120a03d91cb37cdd
https://github.com/scummvm/scummvm/commit/192a885af60a0e617df7c268120a03d91cb37cdd
Author: Dan Church (amphetamachine at gmail.com)
Date: 2018-08-23T23:01:09+01:00
Commit Message:
BUILD: Fix build failure
Only happens when --enable-plugins is turned on.
Changed paths:
rules.mk
diff --git a/rules.mk b/rules.mk
index 1bd1f14..1138c8b 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
More information about the Scummvm-git-logs
mailing list