summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--automake/lib.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e1de652b5..03aed4501b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * automake/lib.am: Add LD.
+
+2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use
AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
diff --git a/automake/lib.am b/automake/lib.am
index 0bab98fa5b..e072b26265 100644
--- a/automake/lib.am
+++ b/automake/lib.am
@@ -2,6 +2,7 @@
## $Id$
##
+LD = @LD@
AR = @AR@
RANLIB = @RANLIB@