From 0c4f658c79e80dbec8a3b29241fcb7ca3dfdc833 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 17 Dec 2003 04:19:12 +0000 Subject: 2003-12-17 Ralf Corsepius * tmitrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs). --- testsuites/tmitrontests/ChangeLog | 4 ++++ testsuites/tmitrontests/tmitrontests.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * tmitrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs). + 2003-12-12 Ralf Corsepius * 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) $< $@ -- cgit v1.2.3