From 0ba4b56fd89f1fd06a2588382d4a47436f5451fa Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 17 Dec 2003 04:18:50 +0000 Subject: 2003-12-17 Ralf Corsepius * itrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs). --- testsuites/itrontests/itrontests.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testsuites/itrontests/itrontests.am') diff --git a/testsuites/itrontests/itrontests.am b/testsuites/itrontests/itrontests.am index 5c42df4f19..6cefec0e25 100644 --- a/testsuites/itrontests/itrontests.am +++ b/testsuites/itrontests/itrontests.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/itrontests: - @$(mkinstalldirs) $@ + @$(mkdir_p) $@ $(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(INSTALL_DATA) $< $@ -- cgit v1.2.3