mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
subtree.mk: Beautify target dependencies
Not tested, but can't hurt to have the installed regular files depend on their install directories Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
c84f7b3f84
commit
548b4bc960
1 changed files with 1 additions and 1 deletions
|
|
@ -35,5 +35,5 @@ distclean:
|
|||
$(INSTALLED_SUBTREE_DIRS):
|
||||
$(INSTALL) -d -o $(SUBTREE_DIROWNER) -g $(SUBTREE_DIRGROUP) -m $(SUBTREE_DIRMODE) $@
|
||||
|
||||
$(ENV_PREFIX)$(SUBTREE_INSTALL_PREFIX)/%: %
|
||||
$(ENV_PREFIX)$(SUBTREE_INSTALL_PREFIX)/%: % | $(INSTALLED_SUBTREE_DIRS)
|
||||
$(INSTALL) -p -o $(SUBTREE_OWNER) -g $(SUBTREE_GROUP) -m $(SUBTREE_MODE) $< $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue