diff options
| -rw-r--r-- | Makefile.common | 3 | ||||
| -rw-r--r-- | ports.mk | 2 | 
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 @@ -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: | 
