X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=c31020c3211d528acca14d8d4a1a233652dfb1d6;hb=23660965c9671a573d958374ce1ef0b7c5b317b8;hp=e4275ebbebfc878dc12f135450a5d3a1aeb5a55a;hpb=fb20784ee57e077def310a89faaf4107a13df24c;p=openwrt-10.03%2F.git diff --git a/include/prereq-build.mk b/include/prereq-build.mk index e4275ebbe..c31020c32 100644 --- a/include/prereq-build.mk +++ b/include/prereq-build.mk @@ -52,7 +52,8 @@ $(eval $(call Require,working-gcc, \ define Require/working-g++ echo 'int main(int argc, char **argv) { return 0; }' | \ - g++ -x c++ -o $(TMP_DIR)/a.out -lstdc++ - + g++ -x c++ -o $(TMP_DIR)/a.out -lstdc++ - && \ + $(TMP_DIR)/a.out endef $(eval $(call Require,working-g++, \ @@ -78,7 +79,7 @@ $(eval $(call Require,zlib, \ Please install zlib. (Missing libz.so or zlib.h) \ )) -$(eval $(call RequireCommand,gwak, \ +$(eval $(call RequireCommand,gawk, \ Please install GNU awk. \ )) @@ -121,3 +122,4 @@ $(eval $(call Require,gnutar, \ $(eval $(call RequireCommand,autoconf, \ Please install GNU autoconf. \ )) +