From 1061b9df748d0d869a9998c69b581cc2c94d0972 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Jul 2010 05:51:07 +0000 Subject: =?UTF-8?q?2010-07-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tar01/Makefile.am, tar02/Makefile.am: Add BUILT_SOURCES. --- testsuites/libtests/ChangeLog | 5 +++++ testsuites/libtests/tar01/Makefile.am | 2 ++ testsuites/libtests/tar02/Makefile.am | 2 ++ 3 files changed, 9 insertions(+) (limited to 'testsuites/libtests') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 8230ffac45..4a8e1ef05b 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,8 @@ +2010-07-30 Ralf Corsépius + + * tar01/Makefile.am, tar02/Makefile.am: + Add BUILT_SOURCES. + 2010-07-29 Ralf Corsépius * tar01/Makefile.am, tar02/Makefile.am: diff --git a/testsuites/libtests/tar01/Makefile.am b/testsuites/libtests/tar01/Makefile.am index 0b8eab6401..8dc91e74ff 100644 --- a/testsuites/libtests/tar01/Makefile.am +++ b/testsuites/libtests/tar01/Makefile.am @@ -7,6 +7,8 @@ CLEANFILES = rtems_tests_PROGRAMS = tar01 tar01_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \ initial_filesystem_tar.c initial_filesystem_tar.h + +BUILT_SOURCES = initial_filesystem_tar.c initial_filesystem_tar.h dist_rtems_tests_DATA = tar01.scn diff --git a/testsuites/libtests/tar02/Makefile.am b/testsuites/libtests/tar02/Makefile.am index 5d606a5281..11da5c681c 100644 --- a/testsuites/libtests/tar02/Makefile.am +++ b/testsuites/libtests/tar02/Makefile.am @@ -8,6 +8,8 @@ rtems_tests_PROGRAMS = tar02 tar02_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \ initial_filesystem_tar.c initial_filesystem_tar.h +BUILT_SOURCES = initial_filesystem_tar.c initial_filesystem_tar.h + dist_rtems_tests_DATA = tar02.scn include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg -- cgit v1.2.3