From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx <wbx@hydrogenium.(none)> Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- scripts/make | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 scripts/make (limited to 'scripts/make') diff --git a/scripts/make b/scripts/make new file mode 100755 index 000000000..c8807be94 --- /dev/null +++ b/scripts/make @@ -0,0 +1,11 @@ +#!/usr/bin/env bash +# $Id$ +#- +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +if [ -z "$(which gmake 2>/dev/null)" ];then + /usr/bin/make "$@" +else + gmake "$@" +fi -- cgit v1.2.3