rules.mk: Last commit broke exe installation

This commit is contained in:
Jan Lindemann 2008-05-09 10:26:37 +00:00 committed by Jan Lindemann
commit 80b64e6ec1

View file

@ -278,7 +278,7 @@ $$(TOPDIR)/dir_install_$(1).done:
fi
touch $$@
$$(INSTALL_$(1)DIR)/%: %
$$(INSTALL_$(1)DIR)/%: % $$(TOPDIR)/dir_install_$(1).done
$$(INSTALL) -o $$($(1)OWNER) -g $$($(1)GROUP) -m $$($(1)MODE) $$< $$@
endef