projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b4b147
)
Make clean in lib/krb5/os does not clean test objs
author
Ezra Peisach
<epeisach@mit.edu>
Sun, 3 Dec 2006 13:53:32 +0000
(13:53 +0000)
committer
Ezra Peisach
<epeisach@mit.edu>
Sun, 3 Dec 2006 13:53:32 +0000
(13:53 +0000)
make clean failed to remove t_locate_kdc.o
ticket: new
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18915
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/os/Makefile.in
patch
|
blob
|
history
diff --git
a/src/lib/krb5/os/Makefile.in
b/src/lib/krb5/os/Makefile.in
index d19d957a3ea37cb2f3ed1b091636b0434119203a..757d22ce422d4d4a741effc71c959f863604f8a1 100644
(file)
--- a/
src/lib/krb5/os/Makefile.in
+++ b/
src/lib/krb5/os/Makefile.in
@@
-237,7
+237,7
@@
check-unix::
$(RM) ./t_an.*
clean::
- $(RM) $(TEST_PROGS) test.out t_std_conf.o t_an_to_ln.o
+ $(RM) $(TEST_PROGS) test.out t_std_conf.o t_an_to_ln.o
t_locate_kdc.o
@libobj_frag@