Makefile: POSIXify
Makefile now compatible with gmake, bmake, smake and pdpmake.
This commit is contained in:
parent
740bf867b3
commit
6cd5f70286
7 changed files with 33 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue