From 532fad2825c7b3b5a624dd1525e1a707ad9dbd57 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 31 Jul 2002 14:57:47 +0000 Subject: 2002-07-31 Ralf Corsepius * aclocal/canonicalize-tools.m4: Remove LD. * automake/lib.am: Remove LD. * Makefile.am: Put preinstall-stamp into CLEANFILES. --- cpukit/ChangeLog | 6 ++++++ cpukit/Makefile.am | 2 +- cpukit/aclocal/canonicalize-tools.m4 | 1 - cpukit/automake/lib.am | 1 - 4 files changed, 7 insertions(+), 3 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index efe43a6a2e..a7fba8cf59 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2002-07-31 Ralf Corsepius + + * aclocal/canonicalize-tools.m4: Remove LD. + * automake/lib.am: Remove LD. + * Makefile.am: Put preinstall-stamp into CLEANFILES. + 2002-07-31 Ralf Corsepius * aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index b6f3182430..91237694d9 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -13,7 +13,7 @@ noinst_DATA = preinstall-stamp preinstall-stamp: $(MAKE) $(AM_MAKEFLAGS) preinstall touch preinstall-stamp -DISTCLEANFILES = preinstall-stamp +CLEANFILES = preinstall-stamp AUTOMAKE_FILES = automake/compile.am automake/lib.am automake/local.am \ automake/multilib.am automake/subdirs.am diff --git a/cpukit/aclocal/canonicalize-tools.m4 b/cpukit/aclocal/canonicalize-tools.m4 index b806cc2f85..93ed2e7d2a 100644 --- a/cpukit/aclocal/canonicalize-tools.m4 +++ b/cpukit/aclocal/canonicalize-tools.m4 @@ -9,7 +9,6 @@ AC_DEFUN(RTEMS_CANONICALIZE_TOOLS, dnl FIXME: What shall be done if these tools are not available? RTEMS_CHECK_TOOL(AR,ar,no) - RTEMS_CHECK_TOOL(LD,ld,no) dnl special treatment of ranlib RTEMS_CHECK_TOOL(RANLIB,ranlib,:) diff --git a/cpukit/automake/lib.am b/cpukit/automake/lib.am index 724b7a1c53..23dc0d6da3 100644 --- a/cpukit/automake/lib.am +++ b/cpukit/automake/lib.am @@ -2,7 +2,6 @@ ## $Id$ ## -## LD = @LD@ AR = @AR@ RANLIB = @RANLIB@ -- cgit v1.2.3