diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-02-08 15:49:49 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-09 12:26:19 +0100 |
commit | 849ced84f69d40a1b1632ab9cc19cb5890942a59 (patch) | |
tree | e8f7c5906cae05336d80dafaa00db1bdac775fc3 /include/host-build.mk | |
parent | 34ba64fe708e45b7c042e2d273e66d4ce03df4e3 (diff) | |
download | upstream-849ced84f69d40a1b1632ab9cc19cb5890942a59.tar.gz upstream-849ced84f69d40a1b1632ab9cc19cb5890942a59.tar.bz2 upstream-849ced84f69d40a1b1632ab9cc19cb5890942a59.zip |
build: support make tools/<name>/install again
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'include/host-build.mk')
-rw-r--r-- | include/host-build.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/host-build.mk b/include/host-build.mk index d96cc94fa3..41ec036afa 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -182,6 +182,7 @@ ifndef DUMP $(_host_target)host-prepare: $(HOST_STAMP_PREPARED) $(_host_target)host-configure: $(HOST_STAMP_CONFIGURED) $(_host_target)host-compile: $(HOST_STAMP_BUILT) $(HOST_STAMP_INSTALLED) + host-install: host-compile host-clean-build: FORCE rm -rf $(HOST_BUILD_DIR) $(HOST_STAMP_BUILT) |