From 5d3a80bcd7eee35327cdb561150050100b91217d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Dec 2003 09:49:50 +0000 Subject: 2003-12-18 Ralf Corsepius * tmitrontests.am: Add dirstamp support. --- testsuites/tmitrontests/tmitrontests.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testsuites/tmitrontests/tmitrontests.am') diff --git a/testsuites/tmitrontests/tmitrontests.am b/testsuites/tmitrontests/tmitrontests.am index 1c524fa4b2..215a4086f5 100644 --- a/testsuites/tmitrontests/tmitrontests.am +++ b/testsuites/tmitrontests/tmitrontests.am @@ -2,12 +2,12 @@ project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@ -$(project_bspdir)/tests: - @$(mkdir_p) $@ +$(project_bspdir)/tests/$(dirstamp): + @$(mkdir_p) $(project_bspdir)/tests + @: > $(project_bspdir)/tests/$(dirstamp) -$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) +$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp) $(INSTALL_PROGRAM) $< $@ TMPINSTALL_FILES = \ -$(project_bspdir)/tests \ $(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe -- cgit v1.2.3