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
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
DIR=`cd $(dirname $0); pwd`
|
||||
QBE=$DIR/../obj/qbe
|
||||
QBE=$DIR/../qbe
|
||||
|
||||
usage()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue