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/builtin | |
| 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/builtin')
| -rw-r--r-- | src/lib/crypto/builtin/sha2/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/builtin/sha2/Makefile.in b/src/lib/crypto/builtin/sha2/Makefile.in index da176e66d..ffb9b7480 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 |
