X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=7d96921a9c5f2d82f459b4c9b7c8aadf6fb2e2e4;hb=56ed89f0787b9c366e24e360c542bbeebe6e2423;hp=af4e8b5e14640af95a136c1abcf36c653f7c2214;hpb=84bd74057f0d2543ddbc7de2351b0a310df329c6;p=openwrt%2Fstaging%2Fwigyori.git diff --git a/include/prereq-build.mk b/include/prereq-build.mk index af4e8b5e14..7d96921a9c 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -7,8 +7,6 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/prereq.mk -include $(INCLUDE_DIR)/host.mk -include $(INCLUDE_DIR)/host-build.mk SHELL:=sh PKG_NAME:=Build dependency @@ -123,9 +121,9 @@ $(eval $(call SetupHostCommand,getopt, \ getopt -o t --long test -- --test | grep '^ *--test *--')) $(eval $(call SetupHostCommand,stat,Cannot find a file stat utility, \ - gnustat -c%s $(TMP_DIR)/.host.mk, \ - gstat -c%s $(TMP_DIR)/.host.mk, \ - stat -c%s $(TMP_DIR)/.host.mk)) + gnustat -c%s $(TOPDIR)/Makefile, \ + gstat -c%s $(TOPDIR)/Makefile, \ + stat -c%s $(TOPDIR)/Makefile)) $(eval $(call SetupHostCommand,unzip,Please install 'unzip', \ unzip 2>&1 | grep zipfile, \