Explorar el Código

fix for including host.mk multiple times

SVN-Revision: 6369
Felix Fietkau hace 19 años
padre
commit
9b46161c67
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      include/host.mk

+ 3 - 0
include/host.mk

@@ -9,6 +9,8 @@ include $(TMP_DIR)/.host.mk
 
 export TAR
 
+ifneq ($(__host_inc),1)
+__host_inc:=1
 $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
 	@mkdir -p $(TMP_DIR)
 	@( \
@@ -32,3 +34,4 @@ $(TMP_DIR)/.host.mk: $(TOPDIR)/include/host.mk
 		echo "BASH:=$(shell which bash)" >> $@; \
 	)
 
+endif