summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-02 22:49:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-02 22:49:07 +0000
commit779654e2af7fa9476e08a1d886094dba655dac53 (patch)
tree427b0bbd825f73ac63d894c873d5ef77c3cb5928 /automake
parent2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-779654e2af7fa9476e08a1d886094dba655dac53.tar.bz2
2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/lib.am: Add LD.
Diffstat (limited to 'automake')
-rw-r--r--automake/lib.am1
1 files changed, 1 insertions, 0 deletions
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@