summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptests.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/sptests.am')
-rw-r--r--testsuites/sptests/sptests.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/sptests/sptests.am b/testsuites/sptests/sptests.am
index 1f11f4dfa5..b6ba85e5f5 100644
--- a/testsuites/sptests/sptests.am
+++ b/testsuites/sptests/sptests.am
@@ -3,16 +3,16 @@
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
$(project_bspdir)/tests:
- @$(mkinstalldirs) $@
+ @$(mkdir_p) $@
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
$(INSTALL_PROGRAM) $< $@
$(project_bspdir)/tests/screens:
- @$(mkinstalldirs) $@
+ @$(mkdir_p) $@
$(project_bspdir)/tests/screens/sptests:
- @$(mkinstalldirs) $@
+ @$(mkdir_p) $@
$(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn
$(INSTALL_DATA) $< $@