aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sim/Makefile.in2
-rw-r--r--sim/testsuite/local.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/sim/Makefile.in b/sim/Makefile.in
index 7845a33..7e18bd1 100644
--- a/sim/Makefile.in
+++ b/sim/Makefile.in
@@ -2473,7 +2473,7 @@ check/%.exp:
check-DEJAGNU-parallel:
$(AM_V_at)( \
$(MAKE) -k \
- `cd $(srcdir)/testsuite && find . -name '*.exp' -printf 'check/%p '`; \
+ `cd $(srcdir)/testsuite && find . -name '*.exp' -printf 'check/%P '`; \
ret=$$?; \
$(SHELL) $(srcroot)/contrib/dg-extract-results.sh \
`find testsuite/ -maxdepth 4 -name testrun.sum | sort` > testrun.sum; \
diff --git a/sim/testsuite/local.mk b/sim/testsuite/local.mk
index c1799c7..e55f8c3 100644
--- a/sim/testsuite/local.mk
+++ b/sim/testsuite/local.mk
@@ -49,7 +49,7 @@ check/%.exp:
check-DEJAGNU-parallel:
$(AM_V_at)( \
$(MAKE) -k \
- `cd $(srcdir)/testsuite && find . -name '*.exp' -printf 'check/%p '`; \
+ `cd $(srcdir)/testsuite && find . -name '*.exp' -printf 'check/%P '`; \
ret=$$?; \
$(SHELL) $(srcroot)/contrib/dg-extract-results.sh \
`find testsuite/ -maxdepth 4 -name testrun.sum | sort` > testrun.sum; \