You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/qemu/files/qemu-8.0.0-make.patch

14 lines
231 B

diff --git a/configure b/configure
index 800b5850f..331e8950d 100755
--- a/configure
+++ b/configure
@@ -1069,7 +1069,7 @@ then
fi
fi
-if ! has "$make"
+if ! has $make
then
error_exit "GNU make ($make) not found"
fi