Add line for $(LD)
authorTheodore Tso <tytso@mit.edu>
Wed, 22 Feb 1995 01:06:18 +0000 (01:06 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 22 Feb 1995 01:06:18 +0000 (01:06 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4965 dc483132-0cff-0310-8789-dd5450dbe970

src/config/ChangeLog
src/config/pre.in

index 79406c93c4a896b5db179055dc6f43833afd79b3..7867bf114f8a35d50ef612fc3ba3838da9e60193 100644 (file)
@@ -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 
index 5b4800350b4d4465eb08e0d36ac57ef09a4092ff..cbfda32d17bf2295024b4b559c111ff8715289f5 100644 (file)
@@ -16,6 +16,7 @@ VPATH = @srcdir@
 CPPFLAGS = @CPPFLAGS@
 DEFS = @DEFS@ $(CPPFLAGS)
 CC = @CC@
+LD = $(PURE) @LD@
 CCOPTS = @CCOPTS@
 LIBS = @LIBS@
 KRB5ROOT= @KRB5ROOT@