summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtests.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-17 04:19:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-17 04:19:02 +0000
commit0ab3b1516721170a049d3138e118f7134de0742d (patch)
treeccac95d8a64401a59c564bad1d86ed329336dfc9 /testsuites/psxtests/psxtests.am
parent2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0ab3b1516721170a049d3138e118f7134de0742d.tar.bz2
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* psxtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
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) $< $@