diff options
| author | Tom Yu <tlyu@mit.edu> | 1997-11-19 00:22:25 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1997-11-19 00:22:25 +0000 |
| commit | d199e3f56689faa68fb234fb055a13d9a3ae97b9 (patch) | |
| tree | 5b8aec24b4c4866a8d41568d6a27dabde9f1d7b6 /src | |
| parent | e0c3586da9ee71ef0e4171ab9bac001780be6847 (diff) | |
* lib.in (clean-libs): Remove lib$(LIB)$(SHLIBSEXT) as well
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10290 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/ChangeLog | 4 | ||||
| -rw-r--r-- | src/config/lib.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/config/ChangeLog b/src/config/ChangeLog index 75ee61788..4b825e19f 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,3 +1,7 @@ +Tue Nov 18 19:20:59 1997 Tom Yu <tlyu@mit.edu> + + * lib.in (clean-libs): Remove lib$(LIB)$(SHLIBSEXT) as well. + Mon Oct 20 14:27:19 1997 Theodore Y. Ts'o <tytso@mit.edu> * pre.in (INSTALL_SETUID): Explicitly set the owner of the files diff --git a/src/config/lib.in b/src/config/lib.in index d2c4b5bfa..22a801b9e 100644 --- a/src/config/lib.in +++ b/src/config/lib.in @@ -131,6 +131,7 @@ all-liblinks: $(LIBLINKS) clean-libs: $(RM) lib$(LIB)$(STLIBEXT) $(RM) lib$(LIB)$(SHLIBVEXT) + $(RM) lib$(LIB)$(SHLIBSEXT) $(RM) lib$(LIB)$(SHLIBEXT) $(RM) lib$(LIB)$(PFLIBEXT) |
