diff options
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/buildmk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/buildmk b/dist/buildmk index cee62ba6..3f26d0af 100755 --- a/dist/buildmk +++ b/dist/buildmk @@ -13,5 +13,6 @@ OBJTYPE=`uname -m -p | sed ' s;.*macppc.*;power;g; s;.*ppc64.*;power;g; s;.*ppc.*;power;g; + s;.*alpha.*;alpha;g; '` export OBJTYPE sh -x mkmk.sh |