X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/cbc232782f66d5f3acba040dbe20d8dc4154ce85..091781a68566f39c1c255fce959d084999da7922:/include/prereq-build.mk 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. \ -))