From 9216a70c1eb66d43c571fae2c742259dc8b0b402 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Fri, 4 Jun 2004 22:35:25 +0000 Subject: Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows compatibility. (Windows nmake exports make variables into the environment, and LIB is treated by the Windows linker as a search path for libraries, thus breaking the linking on Windows of anything needing libraries from the search path in directories where we build libraries on UNIX.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16411 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/krb5/Makefile.in') diff --git a/src/lib/krb5/Makefile.in b/src/lib/krb5/Makefile.in index 2744933166..9a57bf9aea 100644 --- a/src/lib/krb5/Makefile.in +++ b/src/lib/krb5/Makefile.in @@ -16,7 +16,7 @@ MAC_SUBDIRS = error_tables asn.1 ccache keytab krb rcache os posix STLIBOBJS=krb5_libinit.o -LIB=krb5 +LIBBASE=krb5 LIBMAJOR=3 LIBMINOR=2 -- cgit