From 90a8147d1fe78207b92ecdedaded4adc24c3993a Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 20 Jun 2011 06:25:14 +0000 Subject: [PATCH] =?UTF-8?q?2011-06-20=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * sp33/Makefile.am: Eliminate scndir. --- testsuites/sptests/ChangeLog | 4 ++++ testsuites/sptests/sp33/Makefile.am | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog index 6c0d89fb17..a73dc6546e 100644 --- a/testsuites/sptests/ChangeLog +++ b/testsuites/sptests/ChangeLog @@ -1,3 +1,7 @@ +2011-06-20 Ralf Corsépius + + * sp33/Makefile.am: Eliminate scndir. + 2011-06-11 Joel Sherrill * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c, diff --git a/testsuites/sptests/sp33/Makefile.am b/testsuites/sptests/sp33/Makefile.am index 834ed61dc3..7e334c8537 100644 --- a/testsuites/sptests/sp33/Makefile.am +++ b/testsuites/sptests/sp33/Makefile.am @@ -7,9 +7,8 @@ MANAGERS = io barrier semaphore clock rtems_tests_PROGRAMS = sp33 sp33_SOURCES = init.c -scndir = $(rtems_testsdir) -dist_scn_DATA = sp33.scn -dist_scn_DATA += sp33.doc +dist_rtems_tests_DATA = sp33.scn +dist_rtems_tests_DATA += sp33.doc include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am