pull up r18915 from trunk
authorTom Yu <tlyu@mit.edu>
Tue, 12 Dec 2006 23:37:36 +0000 (23:37 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 12 Dec 2006 23:37:36 +0000 (23:37 +0000)
 r18915@cathode-dark-space:  epeisach | 2006-12-03 08:53:32 -0500
 ticket: new
 Subject: Make clean in lib/krb5/os does not clean test objs
 tags: pullup

 make clean failed to remove t_locate_kdc.o

ticket: 4981
version_fixed: 1.6

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@18943 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/Makefile.in

index d19d957a3ea37cb2f3ed1b091636b0434119203a..757d22ce422d4d4a741effc71c959f863604f8a1 100644 (file)
@@ -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@