diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2011-03-06 13:29:05 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2011-03-06 13:29:05 +0000 |
| commit | 14729219149ebd7a0f2016284c5f9738c762e6fc (patch) | |
| tree | ddc5c3dd14ad146c5406a4528f5dc1978cdad26c /src/lib/crypto | |
| parent | 28600fb6da43959f41d659359b776822acc7a984 (diff) | |
| download | krb5-14729219149ebd7a0f2016284c5f9738c762e6fc.tar.gz krb5-14729219149ebd7a0f2016284c5f9738c762e6fc.tar.xz krb5-14729219149ebd7a0f2016284c5f9738c762e6fc.zip | |
On make clean remove test programs and object files. In lib/krb5/krb
make depend as a test program was missed from the source list.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24687 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto')
| -rw-r--r-- | src/lib/crypto/builtin/sha2/Makefile.in | 2 | ||||
| -rw-r--r-- | src/lib/crypto/krb/Makefile.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/crypto/builtin/sha2/Makefile.in b/src/lib/crypto/builtin/sha2/Makefile.in index da176e66d2..ffb9b7480a 100644 --- a/src/lib/crypto/builtin/sha2/Makefile.in +++ b/src/lib/crypto/builtin/sha2/Makefile.in @@ -36,7 +36,7 @@ check-unix:: t_sha256 $(RUN_SETUP) $(VALGRIND) $(C)t_sha256 clean:: - $(RM) t_sha256$(EXEEXT) t_sha256$(OBJEXT) + $(RM) t_sha256$(EXEEXT) t_sha256.$(OBJEXT) clean-unix:: clean-libobjs diff --git a/src/lib/crypto/krb/Makefile.in b/src/lib/crypto/krb/Makefile.in index d1c4605ea5..81b55e4493 100644 --- a/src/lib/crypto/krb/Makefile.in +++ b/src/lib/crypto/krb/Makefile.in @@ -201,6 +201,7 @@ t_fortuna: t_fortuna.o $(SUPPORT_DEPLIB) $(CRYPTO_DEPLIB) $(CC_LINK) -o t_fortuna t_fortuna.o $(K5CRYPTO_LIB) $(SUPPORT_LIB) clean-unix:: clean-libobjs + $(RM) t_fortuna.o t_fortuna t_fortuna.output @lib_frag@ @libobj_frag@ |
