aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.common3
-rw-r--r--ports.mk2
2 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common
index 083d86d4cb..0e3f4d9a26 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -261,7 +261,4 @@ ifdef ENABLE_AGI
DIST_FILES_ENGINEDATA+=$(srcdir)/dists/pred.dic
endif
-# Plugin files
-DIST_FILES_PLUGINS:=$(addprefix $(srcdir)/,$(PLUGINS))
-
.PHONY: all clean distclean plugins dist-src
diff --git a/ports.mk b/ports.mk
index 859bdddb89..699999c3c9 100644
--- a/ports.mk
+++ b/ports.mk
@@ -21,7 +21,7 @@ install: all
$(INSTALL) -c -m 644 $(DIST_FILES_THEMES) $(DIST_FILES_ENGINEDATA) "$(DESTDIR)$(DATADIR)/scummvm/"
ifdef DYNAMIC_MODULES
$(INSTALL) -d "$(DESTDIR)$(LIBDIR)/scummvm/"
- $(INSTALL) -c -s -m 644 $(DIST_FILES_PLUGINS) "$(DESTDIR)$(LIBDIR)/scummvm/"
+ $(INSTALL) -c -s -m 644 $(PLUGINS) "$(DESTDIR)$(LIBDIR)/scummvm/"
endif
uninstall: