renamed hgcompile to gitcompile

This commit is contained in:
Jaroslav Kysela 2008-05-20 13:32:28 +02:00
parent a36c678e47
commit bfd1aa1b25

View file

@ -20,6 +20,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