summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 21:29:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 21:29:46 +0000
commita450a93d06e69ca1232f4ddff62c170f899e17e5 (patch)
treed90eb29f9a291dcde088c6f4d98123890968b412 /testsuites/psxtests/psxhdrs
parent2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a450a93d06e69ca1232f4ddff62c170f899e17e5.tar.bz2
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Reformat. * psx01/Makefile.am: Remove all-local: $(ARCH). * psx02/Makefile.am: Remove all-local: $(ARCH). * psx03/Makefile.am: Remove all-local: $(ARCH). * psx04/Makefile.am: Remove all-local: $(ARCH). * psx05/Makefile.am: Remove all-local: $(ARCH). * psx06/Makefile.am: Remove all-local: $(ARCH). * psx07/Makefile.am: Remove all-local: $(ARCH). * psx08/Makefile.am: Remove all-local: $(ARCH). * psx09/Makefile.am: Remove all-local: $(ARCH). * psx10/Makefile.am: Remove all-local: $(ARCH). * psx11/Makefile.am: Remove all-local: $(ARCH). * psx12/Makefile.am: Remove all-local: $(ARCH). * psx13/Makefile.am: Remove all-local: $(ARCH). * psxcancel/Makefile.am: Remove all-local: $(ARCH). * psxchroot01/Makefile.am: Remove all-local: $(ARCH). * psxfile01/Makefile.am: Remove all-local: $(ARCH). * psxhdrs/Makefile.am: Remove all-local: $(ARCH). * psxmount/Makefile.am: Remove all-local: $(ARCH). * psxmsgq01/Makefile.am: Remove all-local: $(ARCH). * psxreaddir/Makefile.am: Remove all-local: $(ARCH). * psxsem01/Makefile.am: Remove all-local: $(ARCH). * psxstat/Makefile.am: Remove all-local: $(ARCH). * psxtime/Makefile.am: Remove all-local: $(ARCH). * psxtimer/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'testsuites/psxtests/psxhdrs')
-rw-r--r--testsuites/psxtests/psxhdrs/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/testsuites/psxtests/psxhdrs/Makefile.am b/testsuites/psxtests/psxhdrs/Makefile.am
index 033681de6c..d9929df122 100644
--- a/testsuites/psxtests/psxhdrs/Makefile.am
+++ b/testsuites/psxtests/psxhdrs/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
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 \
@@ -22,8 +21,8 @@ C_FILES = clock01.c clock02.c clock03.c clock04.c clock05.c clock06.c \
signal13.c signal14.c signal15.c signal16.c signal17.c signal18.c \
signal19.c signal20.c signal21.c signal22.c signal23.c sync01.c sync02.c \
sync03.c time01.c time02.c time03.c time04.c time05.c time06.c time07.c \
- time08.c time09.c time10.c time11.c time12.c time13.c timer01.c timer02.c \
- timer03.c timer04.c timer05.c timer06.c timer07.c
+ time08.c time09.c time10.c time11.c time12.c time13.c timer01.c \
+ timer02.c timer03.c timer04.c timer05.c timer06.c timer07.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
SRCS = $(C_FILES)
@@ -33,7 +32,7 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
-all-local: ${ARCH} ${OBJS}
+all-local: ${OBJS}
EXTRA_DIST = $(C_FILES)