Makefile: POSIXify

Makefile now compatible with gmake, bmake, smake and pdpmake.
This commit is contained in:
illiliti 2022-06-01 07:43:09 +03:00 committed by Quentin Carbonneaux
parent 740bf867b3
commit 6cd5f70286
7 changed files with 33 additions and 43 deletions

View file

@ -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