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/tests/gssapi | |
| 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/tests/gssapi')
| -rw-r--r-- | src/tests/gssapi/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/gssapi/Makefile.in b/src/tests/gssapi/Makefile.in index 36b541732b..fe6a78ba0c 100644 --- a/src/tests/gssapi/Makefile.in +++ b/src/tests/gssapi/Makefile.in @@ -31,5 +31,6 @@ t_saslname: t_saslname.o $(GSS_DEPLIBS) $(KRB5_BASE_DEPLIBS) $(CC_LINK) -o t_saslname t_saslname.o $(GSS_LIBS) $(KRB5_BASE_LIBS) clean:: - $(RM) t_imp_name t_s4u t_namingexts t_gssexts t_spnego t_saslname + $(RM) t_accname t_imp_name t_s4u t_namingexts t_gssexts \ + t_spnego t_saslname |
