]> git.alsa-project.org Git - alsa-oss.git/commitdiff
gitcompile: HGCOMPILE_NO_MAKE -> GITCOMPILE_NO_MAKE
authorJaroslav Kysela <perex@perex.cz>
Thu, 29 May 2008 11:21:12 +0000 (13:21 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 29 May 2008 11:21:12 +0000 (13:21 +0200)
gitcompile

index 8b5109b1d5e1a18ae49061185e172f3b38183549..6e089f82e61bab3ca80178cdb11c363715efa576 100755 (executable)
@@ -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