From 871c23caba27ee8d38fd18260d42878755c1f4d5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Oct 2017 20:17:29 -0500 Subject: Fix spprofiling01 overriding recipe warning Closes #3084. --- testsuites/sptests/Makefile.am | 1 - testsuites/sptests/spprofiling01/Makefile.am | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am index e873718e72..b4bf741e70 100644 --- a/testsuites/sptests/Makefile.am +++ b/testsuites/sptests/Makefile.am @@ -58,7 +58,6 @@ _SUBDIRS += spintrcritical22 _SUBDIRS += spsem03 _SUBDIRS += spmrsp01 _SUBDIRS += spscheduler01 -_SUBDIRS += spprofiling01 _SUBDIRS += spfatal28 _SUBDIRS += spthreadlife01 _SUBDIRS += spprofiling01 diff --git a/testsuites/sptests/spprofiling01/Makefile.am b/testsuites/sptests/spprofiling01/Makefile.am index 872e50a712..fa5410762b 100644 --- a/testsuites/sptests/spprofiling01/Makefile.am +++ b/testsuites/sptests/spprofiling01/Makefile.am @@ -1,7 +1,8 @@ rtems_tests_PROGRAMS = spprofiling01 spprofiling01_SOURCES = init.c -dist_rtems_tests_DATA = spprofiling01.scn spprofiling01.doc +dist_rtems_tests_DATA = spprofiling01.scn +dist_rtems_tests_DATA += spprofiling01.doc include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am -- cgit v1.2.3