summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/sp19/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-02 15:40:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-02 15:40:27 +0000
commitae2ddb81038a84bb9fe8311821e2b27a7d70cfdb (patch)
tree17a2841e51914ca83d0c57432752a3eb99737606 /c/src/tests/sptests/sp19/Makefile.in
parentNew file from Ralf Corsepius <corsepiu@faw.uni-ulm.de> missed being added (diff)
downloadrtems-ae2ddb81038a84bb9fe8311821e2b27a7d70cfdb.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
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 <srcdir> tools/update/rtems-polish.sh -ac
Diffstat (limited to '')
-rw-r--r--c/src/tests/sptests/sp19/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)