aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Comstedt2009-05-16 15:32:20 +0000
committerMarcus Comstedt2009-05-16 15:32:20 +0000
commitd2b163a66d39634ab38d3ee6b78d6324c3aae9ac (patch)
tree4868552a5cea4b67583646f8e82c9f2ce3dae048
parentf010eef04e8410fd48a5c9fe098bf10f7ddf81fe (diff)
downloadscummvm-rg350-d2b163a66d39634ab38d3ee6b78d6324c3aae9ac.tar.gz
scummvm-rg350-d2b163a66d39634ab38d3ee6b78d6324c3aae9ac.tar.bz2
scummvm-rg350-d2b163a66d39634ab38d3ee6b78d6324c3aae9ac.zip
Fixed problem with building the Dreamcast port in the srcdir:
When srcdir is ".", GNU make strips ./ from the paths before putting them into $+. This makes filtering out using the original paths not work, so make sure the paths are absolute and not starting with ./ svn-id: r40630
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e56c266d61..dbc5d15247 100755
--- a/configure
+++ b/configure
@@ -1485,7 +1485,7 @@ _mak_plugins='
DYNAMIC_MODULES := 1
PLUGIN_PREFIX :=
PLUGIN_SUFFIX := .plg
-PLUGIN_EXTRA_DEPS = $(srcdir)/backends/platform/dc/plugin.x $(srcdir)/backends/platform/dc/plugin.syms $(EXECUTABLE)
+PLUGIN_EXTRA_DEPS = $(abspath $(srcdir)/backends/platform/dc/plugin.x $(srcdir)/backends/platform/dc/plugin.syms) $(EXECUTABLE)
CXXFLAGS += -DDYNAMIC_MODULES
PLUGIN_LDFLAGS = -ml -m4-single-only -nostartfiles -Wl,-q,-T$(srcdir)/backends/platform/dc/plugin.x,--just-symbols,$(EXECUTABLE),--retain-symbols-file,$(srcdir)/backends/platform/dc/plugin.syms -L$(ronindir)/lib
PRE_OBJS_FLAGS := -Wl,--whole-archive