summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-31 14:57:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-31 14:57:47 +0000
commit532fad2825c7b3b5a624dd1525e1a707ad9dbd57 (patch)
tree0d560df86c71c073d43ab539cd5bb7872ba141ec /cpukit
parent2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-532fad2825c7b3b5a624dd1525e1a707ad9dbd57.tar.bz2
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonicalize-tools.m4: Remove LD. * automake/lib.am: Remove LD. * Makefile.am: Put preinstall-stamp into CLEANFILES.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/Makefile.am2
-rw-r--r--cpukit/aclocal/canonicalize-tools.m41
-rw-r--r--cpukit/automake/lib.am1
4 files changed, 7 insertions, 3 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index efe43a6a2e..a7fba8cf59 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * aclocal/canonicalize-tools.m4: Remove LD.
+ * automake/lib.am: Remove LD.
+ * Makefile.am: Put preinstall-stamp into CLEANFILES.
+
+2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/rtems-top.m4: Use with_project_root and MULTIBUILDTOP to
compose PROJECT_TOPdir (Fixes hppa1.1/genoffset problem).
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@