From: Jaroslav Kysela Date: Thu, 29 May 2008 11:21:12 +0000 (+0200) Subject: gitcompile: HGCOMPILE_NO_MAKE -> GITCOMPILE_NO_MAKE X-Git-Tag: v1.0.17~1 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=158a2125e46f65e18d6777864843fd6788bd388f;p=alsa-oss.git gitcompile: HGCOMPILE_NO_MAKE -> GITCOMPILE_NO_MAKE --- diff --git a/gitcompile b/gitcompile index 8b5109b..6e089f8 100755 --- a/gitcompile +++ b/gitcompile @@ -9,6 +9,6 @@ echo "CFLAGS=$CFLAGS" echo "./configure $@" ./configure $@ || exit 1 unset CFLAGS -if [ -z "$HGCOMPILE_NO_MAKE" ]; then +if [ -z "$GITCOMPILE_NO_MAKE" ]; then make fi