summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtests.am
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxtests.am')
-rw-r--r--testsuites/psxtests/psxtests.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtests/psxtests.am b/testsuites/psxtests/psxtests.am
index edf4bdeb51..37abe888b6 100644
--- a/testsuites/psxtests/psxtests.am
+++ b/testsuites/psxtests/psxtests.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/psxtests:
- @$(mkinstalldirs) $@
+ @$(mkdir_p) $@
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn
$(INSTALL_DATA) $< $@