diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1995-04-25 01:19:00 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1995-04-25 01:19:00 +0000 |
| commit | 095ca22f094589e8dc2ce8446779486e0fb4e655 (patch) | |
| tree | 18051564e8351e8c7210d28efd5fb93d61817f3d /src/util/profile/Makefile.in | |
| parent | 861e286d2e9b213c5ed03aabc1ecdfb8e1006807 (diff) | |
| download | krb5-095ca22f094589e8dc2ce8446779486e0fb4e655.tar.gz krb5-095ca22f094589e8dc2ce8446779486e0fb4e655.tar.xz krb5-095ca22f094589e8dc2ce8446779486e0fb4e655.zip | |
* Makefile.in (all): Use ARADD to facilitate incremental
rebuilding of library.
* configure.in: Add AC_PROG_ARCHIVE_ADD
* prof_init.c (profile_get_values): If profile is null return
NULL.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5467 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile/Makefile.in')
| -rw-r--r-- | src/util/profile/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 6851a5be0..b13253823 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -19,7 +19,7 @@ LIBS = ../et/libcom_err.a all:: includes libprofile.a test_parse test_profile libprofile.a: $(OBJS) - $(ARCHIVE) $@ $(OBJS) + $(ARADD) $@ $(OBJS) $(RANLIB) $@ test_parse: test_parse.o $(OBJS) $(LIBS) |
