Jelajahi Sumber

enable Host/Install on compile: if package.mk is included

SVN-Revision: 14852
Felix Fietkau 17 tahun lalu
induk
melakukan
252c2229f8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      include/host-build.mk

+ 1 - 1
include/host-build.mk

@@ -135,7 +135,7 @@ ifndef DUMP
   endef
 
   prepare: host-prepare
-  compile: host-compile
+  compile: host-compile $(if $(STAMP_BUILT),host-install)
   install: host-install
   clean: host-clean