From 9c5ea1114a6d6ba2d816c57d3ac814f14c6249af Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 11 Jul 2006 05:09:12 +0000 Subject: Eliminate scndir, docdir. Use rtems_testsdir instead. --- testsuites/mptests/mp08/node1/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'testsuites/mptests/mp08/node1/Makefile.am') diff --git a/testsuites/mptests/mp08/node1/Makefile.am b/testsuites/mptests/mp08/node1/Makefile.am index f778d67b45..471b446fb2 100644 --- a/testsuites/mptests/mp08/node1/Makefile.am +++ b/testsuites/mptests/mp08/node1/Makefile.am @@ -7,10 +7,8 @@ MANAGERS = io mp semaphore rtems_tests_PROGRAMS = mp08-node1.exe mp08_node1_exe_SOURCES = ../init.c ../task1.c ../system.h -scndir = $(rtems_testsdir) -dist_scn_DATA = mp08-node1.scn -docdir = $(rtems_testsdir) -dist_doc_DATA = mp08-node1.doc +dist_rtems_tests_DATA = mp08-node1.scn +dist_rtems_tests_DATA += mp08-node1.doc include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am -- cgit v1.2.3