Note: to get things to work on the Mac, just put LD=$(CC) in the
Makefile.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5629
dc483132-0cff-0310-8789-
dd5450dbe970
+Fri Apr 28 15:49:39 1995 Theodore Y. Ts'o <tytso@dcl>
+
+ * Makefile.in (kinit): Use $(LD) instead of $(CC) when trying to
+ link. (So purify works). Note: to get things to work on
+ the mac, just put LD=$(CC) in the Makefile.
+
Fri Apr 21 15:24:57 1995 Chris Provenzano (proven@mit.edu)
* configure.in : Make configure look for pwd.h and define
DEPKLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(COMERRLIB)
kinit: kinit.o $(DEPKLIB)
- $(CC) $(CFLAGS) $(LDFLAGS) -o kinit kinit.o $(KLIB) $(LIBS)
+ $(LD) $(CFLAGS) $(LDFLAGS) -o kinit kinit.o $(KLIB) $(LIBS)
kinit.o: $(srcdir)/kinit.c