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/db2 | |
| 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/db2')
| -rw-r--r-- | src/util/db2/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/db2/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/util/db2/ChangeLog b/src/util/db2/ChangeLog index c0269703ce..85f4d1f1e8 100644 --- a/src/util/db2/ChangeLog +++ b/src/util/db2/ChangeLog @@ -1,3 +1,7 @@ +2004-06-04 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in (LIBBASE): Renamed from LIB. + 2004-05-23 Ken Raeburn <raeburn@mit.edu> * configure.in: Check for sys/param.h too. diff --git a/src/util/db2/Makefile.in b/src/util/db2/Makefile.in index 39dc7c2167..393e5ed2de 100644 --- a/src/util/db2/Makefile.in +++ b/src/util/db2/Makefile.in @@ -4,7 +4,7 @@ mydir=. BUILDTOP=$(REL)..$(S).. LOCAL_SUBDIRS=hash btree db mpool recno clib test -LIB=db +LIBBASE=db LIBMAJOR=1 LIBMINOR=1 STOBJLISTS=hash/OBJS.ST btree/OBJS.ST db/OBJS.ST mpool/OBJS.ST \ |
