summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-17 04:19:12 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-17 04:19:12 +0000
commit0c4f658c79e80dbec8a3b29241fcb7ca3dfdc833 (patch)
tree6ed7b9f1e64f2aadbc98759029d482519fd64a5e /testsuites
parent2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0c4f658c79e80dbec8a3b29241fcb7ca3dfdc833.tar.bz2
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmitrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
Diffstat (limited to '')
-rw-r--r--testsuites/tmitrontests/ChangeLog4
-rw-r--r--testsuites/tmitrontests/tmitrontests.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/tmitrontests/ChangeLog b/testsuites/tmitrontests/ChangeLog
index c272abf534..f8f1772a26 100644
--- a/testsuites/tmitrontests/ChangeLog
+++ b/testsuites/tmitrontests/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * tmitrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
+
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
diff --git a/testsuites/tmitrontests/tmitrontests.am b/testsuites/tmitrontests/tmitrontests.am
index c17e0fac5f..1c524fa4b2 100644
--- a/testsuites/tmitrontests/tmitrontests.am
+++ b/testsuites/tmitrontests/tmitrontests.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) $< $@