Skip to content

Commit 2e7ed46

Browse files
author
smeyer
committed
fix copy-paste lapsus in c87514
git-svn-id: https://svn.r-project.org/R/trunk@87807 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent ad780f9 commit 2e7ed46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nmath/standalone/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ check:
9494
@if test -n "${TEST_MC_CORES}"; then \
9595
echo "using ${TEST_MC_CORES} cores" > check.log; \
9696
$(MAKE) -j ${TEST_MC_CORES} all >> check.log 2>&1; \
97-
$(MAKE) -f test >> check.log 2>&1; \
97+
$(MAKE) test >> check.log 2>&1; \
9898
else \
9999
$(MAKE) all test > check.log 2>&1; \
100100
fi || { \

0 commit comments

Comments
 (0)