summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmtests.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-17 04:19:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-17 04:19:15 +0000
commitb4a45137bfd977d0b876602a31e1a4003b46c4b7 (patch)
treec198daea1a9924ca446d6e34a51c978d228cd822 /testsuites/tmtests/tmtests.am
parent2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b4a45137bfd977d0b876602a31e1a4003b46c4b7.tar.bz2
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
Diffstat (limited to 'testsuites/tmtests/tmtests.am')
-rw-r--r--testsuites/tmtests/tmtests.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmtests/tmtests.am b/testsuites/tmtests/tmtests.am
index c17e0fac5f..1c524fa4b2 100644
--- a/testsuites/tmtests/tmtests.am
+++ b/testsuites/tmtests/tmtests.am
@@ -3,7 +3,7 @@
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
$(project_bspdir)/tests:
- @$(mkinstalldirs) $@
+ @$(mkdir_p) $@
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
$(INSTALL_PROGRAM) $< $@