From 8234c04bd2c4d0158c7bb25bb600daeae6b1388c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 17 Dec 2003 04:19:10 +0000 Subject: 2003-12-17 Ralf Corsepius * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs). --- testsuites/sptests/ChangeLog | 4 ++++ testsuites/sptests/sptests.am | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'testsuites') diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog index 0e50adcf2d..8643167b4f 100644 --- a/testsuites/sptests/ChangeLog +++ b/testsuites/sptests/ChangeLog @@ -1,3 +1,7 @@ +2003-12-17 Ralf Corsepius + + * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs). + 2003-12-16 Joel Sherrill PR 544/tests diff --git a/testsuites/sptests/sptests.am b/testsuites/sptests/sptests.am index 1f11f4dfa5..b6ba85e5f5 100644 --- a/testsuites/sptests/sptests.am +++ b/testsuites/sptests/sptests.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/sptests: - @$(mkinstalldirs) $@ + @$(mkdir_p) $@ $(project_bspdir)/tests/screens/sptests/$(TEST).scn: $(TEST).scn $(INSTALL_DATA) $< $@ -- cgit v1.2.3