diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1995-10-02 18:39:37 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1995-10-02 18:39:37 +0000 |
| commit | 0bb2dbcee681a4ed4859ed291c6462e3279d8faf (patch) | |
| tree | 11411cd26dd2b0f0876040aeaa2f1b1e1cde7ee5 | |
| parent | 369af25f191b19e1057b98935c0df3dab32f8d23 (diff) | |
| download | krb5-0bb2dbcee681a4ed4859ed291c6462e3279d8faf.tar.gz krb5-0bb2dbcee681a4ed4859ed291c6462e3279d8faf.tar.xz krb5-0bb2dbcee681a4ed4859ed291c6462e3279d8faf.zip | |
Makefile.in (check-unix): Changed building of library from check to check-unix
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6912 dc483132-0cff-0310-8789-dd5450dbe970
| -rw-r--r-- | src/util/berk_db/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/berk_db/Makefile.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/util/berk_db/ChangeLog b/src/util/berk_db/ChangeLog index 77370841f..bc4514d9f 100644 --- a/src/util/berk_db/ChangeLog +++ b/src/util/berk_db/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 2 14:38:37 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> + + * Makefile.in (check-unix): Changed building of library from check + to check-unix. + Mon Sep 25 16:43:28 1995 Theodore Y. Ts'o <tytso@dcl> * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the diff --git a/src/util/berk_db/Makefile.in b/src/util/berk_db/Makefile.in index b06247f12..65cf9c0a3 100644 --- a/src/util/berk_db/Makefile.in +++ b/src/util/berk_db/Makefile.in @@ -52,4 +52,4 @@ clean-windows:: @echo Making clean locally -check:: libdb.$(STEXT) +check-unix:: libdb.$(STEXT) |
