summaryrefslogtreecommitdiff
path: root/t/remake-subdir.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/remake-subdir.sh')
-rw-r--r--t/remake-subdir.sh10
1 files changed, 2 insertions, 8 deletions
diff --git a/t/remake-subdir.sh b/t/remake-subdir.sh
index 442ec5024..e5ca568b4 100644
--- a/t/remake-subdir.sh
+++ b/t/remake-subdir.sh
@@ -21,12 +21,6 @@
. test-init.sh
-if using_gmake; then
- remake=$MAKE
-else
- remake="$MAKE Makefile"
-fi
-
magic1='::MagicString::One::'
magic2='__MagicString__Two__'
@@ -60,7 +54,7 @@ $sleep
sed "s|magic|$magic1|" configure.ac > t
mv -f t configure.ac
cd sub
-$remake
+$MAKE
cd ..
debug_info
$FGREP $magic1 configure
@@ -70,7 +64,7 @@ $FGREP $magic1 sub/Makefile
$sleep
cd sub
echo MAGIC = $magic2 >> Makefile.am
-$remake
+$MAKE
cd ..
debug_info
$FGREP $magic2 sub/Makefile