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).
This commit is contained in:
Ralf Corsepius
2003-12-01 21:25:08 +00:00
parent b051bc15a3
commit 6895c06855
9 changed files with 19 additions and 16 deletions

View File

@@ -2,7 +2,6 @@
## $Id$
##
TEST = rtmonuse
MANAGERS = io rate_monotonic
@@ -35,7 +34,7 @@ include $(top_srcdir)/libtests.am
${PGM}: $(OBJS) $(LINK_FILES)
$(make-exe)
all-local: $(ARCH) $(TMPINSTALL_FILES)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = $(C_FILES) $(DOCS)