Add missing install.dirs dependency

This commit is contained in:
David Benjamin 2011-06-30 20:17:50 -07:00
parent 9b1c7f0ff5
commit dbce3d4418
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ install.config: install.dirs $(npconfig_PROGRAM)
$(LN_S) $(nphostdir)/$(npconfig_PROGRAM) $(DESTDIR)$(bindir)/nspluginwrapper
install.loader: install.dirs $(nploader_PROGRAM)
$(INSTALL) -m 755 $(nploader_PROGRAM) $(DESTDIR)$(npcommondir)/$(nploader_PROGRAM)
install.mkruntime: $(SRC_PATH)/utils/mkruntime.sh
install.mkruntime: install.dirs $(SRC_PATH)/utils/mkruntime.sh
$(INSTALL) -m 755 $< $(DESTDIR)$(npcommondir)/mkruntime
$(archivedir)::