summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/spfatal/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/spfatal/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/spfatal/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/tests/sptests/spfatal/Makefile.in b/c/src/tests/sptests/spfatal/Makefile.in
index f1c283fd40..a0bf9ab062 100644
--- a/c/src/tests/sptests/spfatal/Makefile.in
+++ b/c/src/tests/sptests/spfatal/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)
@@ -71,7 +71,7 @@ CLOBBER_ADDITIONS +=
all: ${ARCH} $(SRCS) $(PGM)
$(INSTALL_VARIANT) -m 755 ${PGM} $(PROJECT_RELEASE)/tests
$(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \
- $(PROJECT_RELEASE)/tests/screens/sptests//$(TEST).scn
+ $(PROJECT_RELEASE)/tests/screens/sptests/$(TEST).scn
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)