summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ticker
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 21:21:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 21:21:38 +0000
commit9fa380ef52bb8ede43a7fa7b4fa6033b518aff41 (patch)
treec79b6a194e0f1164d98810aff57fe164b91520ec /testsuites/samples/ticker
parent2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-9fa380ef52bb8ede43a7fa7b4fa6033b518aff41.tar.bz2
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* base_mp/Makefile.am: Reformat. * base_mp/node1/Makefile.am: Remove all-local: $(ARCH). * base_mp/node2/Makefile.am: Remove all-local: $(ARCH). * base_sp/Makefile.am: Remove all-local: $(ARCH). * cdtest/Makefile.am: Remove all-local: $(ARCH). * fileio/Makefile.am: Remove all-local: $(ARCH). * hello/Makefile.am: Remove all-local: $(ARCH). * loopback/Makefile.am: Remove all-local: $(ARCH). * minimum/Makefile.am: Remove all-local: $(ARCH). * paranoia/Makefile.am: Remove all-local: $(ARCH). * pppd/Makefile.am: Remove all-local: $(ARCH). * ticker/Makefile.am: Remove all-local: $(ARCH). * unlimited/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'testsuites/samples/ticker')
-rw-r--r--testsuites/samples/ticker/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/samples/ticker/Makefile.am b/testsuites/samples/ticker/Makefile.am
index 7d5d0a4b21..6fbb0da341 100644
--- a/testsuites/samples/ticker/Makefile.am
+++ b/testsuites/samples/ticker/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
SAMPLE = ticker
PGM = ${ARCH}/$(SAMPLE).exe
@@ -31,7 +30,7 @@ include $(top_srcdir)/sample.am
# (OPTIONAL) Add local stuff here using +=
#
-all-local: ${ARCH} $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)