summaryrefslogtreecommitdiff
path: root/app-emulation/qemu/files/qemu-8.0.0-make.patch
blob: 4bf3f7157713587d2a6513e0768d7ff74b765043 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN qemu-9999.orig/configure qemu-9999/configure
--- qemu-9999.orig/configure	2023-03-12 01:26:15.488133462 +0100
+++ qemu-9999/configure	2023-03-12 01:29:19.355724020 +0100
@@ -1068,7 +1068,7 @@
     fi
 fi
 
-if ! has "$make"
+if ! has $make
 then
     error_exit "GNU make ($make) not found"
 fi