summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontime01
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 21:24:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 21:24:25 +0000
commitb051bc15a37dc259f0db00e14227366521e45ad4 (patch)
tree6a4ef0bd06a33e7eb3ed901fdf8c685030665a4e /testsuites/itrontests/itrontime01
parent2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b051bc15a37dc259f0db00e14227366521e45ad4.tar.bz2
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* itronhello/Makefile.am: Remove all-local: $(ARCH). * itronmbf01/Makefile.am: Remove all-local: $(ARCH). * itronmbox01/Makefile.am: Remove all-local: $(ARCH). * itronsem01/Makefile.am: Remove all-local: $(ARCH). * itrontask01/Makefile.am: Remove all-local: $(ARCH). * itrontask02/Makefile.am: Remove all-local: $(ARCH). * itrontask03/Makefile.am: Remove all-local: $(ARCH). * itrontask04/Makefile.am: Remove all-local: $(ARCH). * itrontime01/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'testsuites/itrontests/itrontime01')
-rw-r--r--testsuites/itrontests/itrontime01/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/itrontests/itrontime01/Makefile.am b/testsuites/itrontests/itrontime01/Makefile.am
index 1a90c1effb..beb1132c24 100644
--- a/testsuites/itrontests/itrontime01/Makefile.am
+++ b/testsuites/itrontests/itrontime01/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
TEST = itrontime01
PGM = ${ARCH}/$(TEST).exe
@@ -34,7 +33,7 @@ include $(top_srcdir)/itrontests.am
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)