From ae2ddb81038a84bb9fe8311821e2b27a7d70cfdb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 2 Aug 1999 15:40:27 +0000 Subject: Patch from Ralf Corsepius : The patch below fixes a nasty bug in acpolish, which has broken many Makefile.ins below c/src/tests/ APPLYING THE PATCH: patch -p1 < rtems-rc-19990709-5.diff The essential part of this patch is the diff-fragment for acpolish contained in this patch. Ie. if any of the other diffs do not apply, make sure that the acpolish diff was applied correctly and then run cd tools/update/rtems-polish.sh -ac --- c/src/tests/sptests/sp19/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/tests/sptests/sp19') diff --git a/c/src/tests/sptests/sp19/Makefile.in b/c/src/tests/sptests/sp19/Makefile.in index 792a779e78..69cb3ad98a 100644 --- a/c/src/tests/sptests/sp19/Makefile.in +++ b/c/src/tests/sptests/sp19/Makefile.in @@ -41,7 +41,7 @@ INSTALL_CHANGE = @INSTALL_CHANGE@ PACKHEX = @PACKHEX@ mkinstalldirs = $(SHELL) $(top_srcdir)/@RTEMS_TOPdir@/mkinstalldirs -INSTALLDIRS = $(PROJECT_RELEASE)/tests/screens/sptests/$(TEST).scn +INSTALLDIRS = $(PROJECT_RELEASE)/tests/screens/sptests $(INSTALLDIRS): @$(mkinstalldirs) $(INSTALLDIRS) -- cgit v1.2.3