2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* tar01/Makefile.am, tar02/Makefile.am:
	Add BUILT_SOURCES.
This commit is contained in:
Ralf Corsepius
2010-07-30 05:51:07 +00:00
parent b013e6d323
commit 1061b9df74
3 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am:
Add BUILT_SOURCES.
2010-07-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am:

View File

@@ -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

View File

@@ -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