X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8b09b5ce7596e822c9b05aced861093a87687951..54eef89c33341b16ead9ff7617aad06fb93828dd:/include/prereq-build.mk diff --git a/include/prereq-build.mk b/include/prereq-build.mk index 5b3a7734b..c80e004c0 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -20,7 +20,7 @@ $(eval $(call Require,non-root, \ # Required for the toolchain define Require/working-make - $(MAKE) -v | awk '($$$$1 == "GNU") && ($$$$2 = "Make") && ($$$$3 >= "3.81") { print "ok" }' | grep ok > /dev/null + $(MAKE) -v | awk '($$$$1 == "GNU") && ($$$$2 == "Make") && ($$$$3 >= "3.81") { print "ok" }' | grep ok > /dev/null endef $(eval $(call Require,working-make, \