mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
rules.mk: Add install_dir_XXX rule
This commit is contained in:
parent
6131deb925
commit
141a52587a
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ define std_install_rules
|
|||
|
||||
#build_dir_$(1): $$(TOPDIR)/dir_build_$(1).done
|
||||
build_$(1): $$(TOPDIR)/dir_build_$(1).done $$(BUILD_$(1))
|
||||
#install_dir_$(1): $$(TOPDIR)/dir_install_$(1).done
|
||||
install_dir_$(1): $$(TOPDIR)/dir_install_$(1).done
|
||||
install_$(1): $$(TOPDIR)/dir_install_$(1).done $$(INSTALLED_$(1))
|
||||
|
||||
$$(TOPDIR)/dir_build_$(1).done:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue