From 811804fec86c4c6333c9ae56bedf72cbd7639c9d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 4 Oct 1999 19:15:14 +0000 Subject: Patch from Ralf Corsepius to make fix bug where wrapup left pieces out of the librtemsall.a. --- c/src/lib/libbsp/unix/posix/tools/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/unix/posix/tools') diff --git a/c/src/lib/libbsp/unix/posix/tools/Makefile.am b/c/src/lib/libbsp/unix/posix/tools/Makefile.am index 89d6d62c1e..63929b60fc 100644 --- a/c/src/lib/libbsp/unix/posix/tools/Makefile.am +++ b/c/src/lib/libbsp/unix/posix/tools/Makefile.am @@ -1,6 +1,6 @@ -# -# $Id$ -# +## +## $Id$ +## AUTOMAKE_OPTIONS = foreign 1.4 ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal @@ -11,7 +11,7 @@ endif noinst_SCRIPTS=runtest looptest $(perl_scripts) -# HACK: install to build-tree +## HACK: install to build-tree all-local: $(SCRIPTS) $(mkinstalldirs) $(PROJECT_ROOT)/posix/tests for i in $(SCRIPTS); do \ -- cgit v1.2.3