aboutsummaryrefslogtreecommitdiff
path: root/tools/abifuzz.sh
diff options
context:
space:
mode:
authorilliliti <[email protected]>2022-06-01 07:43:09 +0300
committerQuentin Carbonneaux <[email protected]>2022-06-14 13:58:01 +0200
commit6cd5f7028647a88935ec1f7776a08b51eb0fb1c8 (patch)
treeb1469e6e3da8accf549e120a1be02af1288668e3 /tools/abifuzz.sh
parent740bf867b3ad5fdb1e8c5c688bfd6a4cd825ba76 (diff)
Makefile: POSIXify
Makefile now compatible with gmake, bmake, smake and pdpmake.
Diffstat (limited to 'tools/abifuzz.sh')
-rwxr-xr-xtools/abifuzz.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/abifuzz.sh b/tools/abifuzz.sh
index e715b3d..add56eb 100755
--- a/tools/abifuzz.sh
+++ b/tools/abifuzz.sh
@@ -2,7 +2,7 @@
OCAMLC=${OCAMLC:-/usr/bin/ocamlc}
DIR=`cd $(dirname "$0"); pwd`
-QBE=$DIR/../obj/qbe
+QBE=$DIR/../qbe
failure() {
echo "Failure at stage:" $1 >&2