diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 1999-11-23 13:45:45 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 1999-11-23 13:45:45 +0000 |
commit | fd170023c54adf8ccd2d4f38443bbe109003c7d0 (patch) | |
tree | 7c39a38a04dbd39026de35e22673fee7307e48e1 | |
parent | Files only used by psxfile01, so moved there. (diff) | |
download | rtems-fd170023c54adf8ccd2d4f38443bbe109003c7d0.tar.bz2 |
Added clock06.c to the compile list.
-rw-r--r-- | c/src/tests/psxtests/psxhdrs/Makefile.am | 6 | ||||
-rw-r--r-- | testsuites/psxtests/psxhdrs/Makefile.am | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/c/src/tests/psxtests/psxhdrs/Makefile.am b/c/src/tests/psxtests/psxhdrs/Makefile.am index 79fc781465..4b97625ad5 100644 --- a/c/src/tests/psxtests/psxhdrs/Makefile.am +++ b/c/src/tests/psxtests/psxhdrs/Makefile.am @@ -5,9 +5,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 # C source names -UNUSED_C_FILES = clock06.c - -C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c cond01.c \ +C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c clock06.c cond01.c \ cond02.c cond03.c cond04.c cond05.c cond06.c cond07.c cond08.c cond09.c \ cond10.c key01.c key02.c key03.c key04.c mutex01.c mutex02.c mutex03.c \ mutex04.c mutex05.c mutex06.c mutex07.c mutex08.c mutex09.c mutex10.c \ @@ -37,6 +35,6 @@ include $(RTEMS_ROOT)/make/leaf.cfg all-local: ${ARCH} ${OBJS} -EXTRA_DIST = $(C_FILES) $(UNUSED_C_FILES) +EXTRA_DIST = $(C_FILES) include $(top_srcdir)/../../../../automake/local.am diff --git a/testsuites/psxtests/psxhdrs/Makefile.am b/testsuites/psxtests/psxhdrs/Makefile.am index 79fc781465..4b97625ad5 100644 --- a/testsuites/psxtests/psxhdrs/Makefile.am +++ b/testsuites/psxtests/psxhdrs/Makefile.am @@ -5,9 +5,7 @@ AUTOMAKE_OPTIONS = foreign 1.4 # C source names -UNUSED_C_FILES = clock06.c - -C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c cond01.c \ +C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c clock06.c cond01.c \ cond02.c cond03.c cond04.c cond05.c cond06.c cond07.c cond08.c cond09.c \ cond10.c key01.c key02.c key03.c key04.c mutex01.c mutex02.c mutex03.c \ mutex04.c mutex05.c mutex06.c mutex07.c mutex08.c mutex09.c mutex10.c \ @@ -37,6 +35,6 @@ include $(RTEMS_ROOT)/make/leaf.cfg all-local: ${ARCH} ${OBJS} -EXTRA_DIST = $(C_FILES) $(UNUSED_C_FILES) +EXTRA_DIST = $(C_FILES) include $(top_srcdir)/../../../../automake/local.am |