summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 79406c93c..7867bf114 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 5b4800350..cbfda32d1 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@