diff --git a/engines/Makefile b/engines/Makefile index 82ecace5f..846fbdb31 100644 --- a/engines/Makefile +++ b/engines/Makefile @@ -107,6 +107,7 @@ install: @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... @if [ -n "$(SHARED_LIBS)" ]; then \ set -e; \ + $(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/lib/engines; \ for l in $(LIBNAMES); do \ ( echo installing $$l; \ pfx=lib; \