summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtems++/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 21:25:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-01 21:25:08 +0000
commit6895c06855852895470f590790ecb67d0cb75ba7 (patch)
treedd004f379391cbc5d1e9bc1a8ca11156ea817ec6 /testsuites/libtests/rtems++/Makefile.am
parent2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6895c06855852895470f590790ecb67d0cb75ba7.tar.bz2
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cpuuse/Makefile.am: Remove all-local: $(ARCH). * malloctest/Makefile.am: Remove all-local: $(ARCH). * monitor/Makefile.am: Remove all-local: $(ARCH). * putenvtest/Makefile.am: Remove all-local: $(ARCH). * rtems++/Makefile.am: Remove all-local: $(ARCH). * rtmonuse/Makefile.am: Remove all-local: $(ARCH). * stackchk/Makefile.am: Remove all-local: $(ARCH). * termios/Makefile.am: Remove all-local: $(ARCH).
Diffstat (limited to 'testsuites/libtests/rtems++/Makefile.am')
-rw-r--r--testsuites/libtests/rtems++/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/libtests/rtems++/Makefile.am b/testsuites/libtests/rtems++/Makefile.am
index 35438b31da..c1795552bc 100644
--- a/testsuites/libtests/rtems++/Makefile.am
+++ b/testsuites/libtests/rtems++/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
TEST = rtems++
MANAGERS = event io msg sem signal timer rate_monotonic
@@ -38,7 +37,7 @@ if HAS_CXX
${PGM}: $(OBJS) $(LINK_FILES)
$(make-cxx-exe)
-all-local: $(ARCH) $(TMPINSTALL_FILES)
+all-local: $(TMPINSTALL_FILES)
else
all-local:
endif