rules.mk: Create INSTALL_BINDIR before installing EXE

This commit is contained in:
Jan Lindemann 2004-01-13 01:59:15 +00:00 committed by Jan Lindemann
commit 48a3b63da1

View file

@ -93,6 +93,7 @@ $(LINKS_SO):
ifneq ($(EXE),)
$(INSTALLED_EXE): $(EXE)
mkdir -p $(INSTALL_BINDIR)
$(INSTALL) -o $(EXEOWNER) -g $(EXEGROUP) -m $(EXEMODE) $< $@
endif
$(INSTALL_BINDIR)/%.sh: %.sh