summaryrefslogtreecommitdiffstats
path: root/testsuites
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
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')
-rw-r--r--testsuites/tmtests/ChangeLog4
-rw-r--r--testsuites/tmtests/tmtests.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/tmtests/ChangeLog b/testsuites/tmtests/ChangeLog
index 1a04b66c62..427d6829b7 100644
--- a/testsuites/tmtests/ChangeLog
+++ b/testsuites/tmtests/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * tmtests.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/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) $< $@