summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/hello/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-26 13:22:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-26 13:22:58 +0000
commit7173c43715dd75ac7c586bd3b5973a0b7819ce8b (patch)
tree654cba9c48f830249307f7f296a2ffaa0e5f7f09 /testsuites/samples/hello/Makefile.am
parent2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7173c43715dd75ac7c586bd3b5973a0b7819ce8b.tar.bz2
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* hello/Makefile.am, hello/init.c: Simplify. * hello/system.h: Removed.
Diffstat (limited to 'testsuites/samples/hello/Makefile.am')
-rw-r--r--testsuites/samples/hello/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/samples/hello/Makefile.am b/testsuites/samples/hello/Makefile.am
index 7a1a2d0587..e7b019be30 100644
--- a/testsuites/samples/hello/Makefile.am
+++ b/testsuites/samples/hello/Makefile.am
@@ -5,7 +5,7 @@
MANAGERS = io semaphore
rtems_tests_PROGRAMS = hello
-hello_SOURCES = init.c system.h
+hello_SOURCES = init.c
dist_rtems_tests_DATA = hello.scn
dist_rtems_tests_DATA += hello.doc