summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-02-22 01:06:18 +0000
committerTheodore Tso <tytso@mit.edu>1995-02-22 01:06:18 +0000
commit26cbfe1390b0c28d142d7d159de4dcd1c3dad8fa (patch)
treef7246d5592c2c45d8674f5657faeade8fe2c5390 /src/config
parent1a6d65374e6d50ffe0275e7e85d04f2b9c00746a (diff)
downloadkrb5-26cbfe1390b0c28d142d7d159de4dcd1c3dad8fa.tar.gz
krb5-26cbfe1390b0c28d142d7d159de4dcd1c3dad8fa.tar.xz
krb5-26cbfe1390b0c28d142d7d159de4dcd1c3dad8fa.zip
Add line for $(LD)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4965 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/ChangeLog4
-rw-r--r--src/config/pre.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog
index 79406c93c4..7867bf114f 100644
--- a/src/config/ChangeLog
+++ b/src/config/ChangeLog
@@ -2,6 +2,10 @@ Mon Feb 20 15:48:16 1995 Keith Vetter (keithv@fusion.com)
* windows.in: changed API to INTERFACE
+Mon Feb 13 23:40:11 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * pre.in: Add line for $(LD)
+
Mon Feb 6 19:33:57 1995 Keith Vetter (keithv@fusion.com)
* pre.in: Added macros for directory syntax, filename extensions
diff --git a/src/config/pre.in b/src/config/pre.in
index 5b4800350b..cbfda32d17 100644
--- a/src/config/pre.in
+++ b/src/config/pre.in
@@ -16,6 +16,7 @@ VPATH = @srcdir@
CPPFLAGS = @CPPFLAGS@
DEFS = @DEFS@ $(CPPFLAGS)
CC = @CC@
+LD = $(PURE) @LD@
CCOPTS = @CCOPTS@
LIBS = @LIBS@
KRB5ROOT= @KRB5ROOT@