diff options
author | Ken Raeburn <raeburn@mit.edu> | 2004-06-04 22:35:25 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2004-06-04 22:35:25 +0000 |
commit | 9216a70c1eb66d43c571fae2c742259dc8b0b402 (patch) | |
tree | 5e17a3126d2efa05c8d886d1e1bb381fd99ac205 /src/util/et/Makefile.in | |
parent | 8098a4418fab43cb5ec1ba07b103b4f5aea2c3df (diff) | |
download | krb5-9216a70c1eb66d43c571fae2c742259dc8b0b402.tar.gz krb5-9216a70c1eb66d43c571fae2c742259dc8b0b402.tar.xz krb5-9216a70c1eb66d43c571fae2c742259dc8b0b402.zip |
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
Diffstat (limited to 'src/util/et/Makefile.in')
-rw-r--r-- | src/util/et/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/et/Makefile.in b/src/util/et/Makefile.in index c97547fef1..2ca69144ca 100644 --- a/src/util/et/Makefile.in +++ b/src/util/et/Makefile.in @@ -16,7 +16,7 @@ SED = sed STLIBOBJS=error_message.o et_name.o com_err.o STOBJLISTS=OBJS.ST -LIB=com_err +LIBBASE=com_err LIBMAJOR=3 LIBMINOR=0 LIBINITFUNC=com_err_initialize |