diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1995-07-06 13:59:14 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1995-07-06 13:59:14 +0000 |
| commit | 41270f800182c2acb29aec565f7034167ddd2672 (patch) | |
| tree | 6d99ffe39cc947c262f0b572dd4cfd9136cc9c90 /src | |
| parent | a7a91bb0685021cd44ff499194d30a112c0c92ef (diff) | |
Remove t_an_to_ln.o when making clean
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6233 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/os/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lib/krb5/os/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index 2a0615a0a..f0abdbf24 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 6 09:56:56 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> + + * Makefile.in (clean): Remove t_an_to_ln.o + Wed July 5 15:52:31 1995 James Mattly <mattly@fusion.com> * an_to_ln.c added _MACINTOSH conditions * genaddrs.c added HAS_MACSOCK_H conditions diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in index 358fbacd5..4863fc7c6 100644 --- a/src/lib/krb5/os/Makefile.in +++ b/src/lib/krb5/os/Makefile.in @@ -124,7 +124,7 @@ check-unix:: $(TEST_PROGS) $(RM) test.out clean:: clean-$(WHAT) - $(RM) $(TEST_PROGS) test.out t_std_conf.o + $(RM) $(TEST_PROGS) test.out t_std_conf.o t_an_to_ln.o clean-unix:: $(RM) shared/* |
