X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fprereq-build.mk;h=c31020c3211d528acca14d8d4a1a233652dfb1d6;hb=8a7bbf0505829f503fc5e3f0d701237a3aebc896;hp=bd1061bb435d27b66cfeab073c169ec313c8a4f7;hpb=cbc232782f66d5f3acba040dbe20d8dc4154ce85;p=openwrt-10.03%2F.git diff --git a/include/prereq-build.mk b/include/prereq-build.mk index bd1061bb4..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++, \ @@ -122,6 +123,3 @@ $(eval $(call RequireCommand,autoconf, \ Please install GNU autoconf. \ )) -$(eval $(call RequireCommand,quilt, \ - Please install quilt. \ -))