summaryrefslogtreecommitdiff
path: root/t/remake-subdir-long-time.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/remake-subdir-long-time.sh')
-rw-r--r--t/remake-subdir-long-time.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/remake-subdir-long-time.sh b/t/remake-subdir-long-time.sh
index 54fff99b7..aa8fbd8cb 100644
--- a/t/remake-subdir-long-time.sh
+++ b/t/remake-subdir-long-time.sh
@@ -93,14 +93,14 @@ rm -f automake-has-run aclocal-has-run
./configure
# Sanity check: Makefile doesn't get updated uselessly.
-run_make ACLOCAL=false AUTOMAKE=false AUTOCONF=false
+$MAKE ACLOCAL=false AUTOMAKE=false AUTOCONF=false
$sleep
sed "s|magic|magic2|" configure.ac > t
mv -f t configure.ac
cd sub
-run_make Makefile AUTOMAKE="$AUTOMAKE" ACLOCAL="$ACLOCAL"
+$MAKE Makefile AUTOMAKE="$AUTOMAKE" ACLOCAL="$ACLOCAL"
cd ..
# For debugging.