Make clean in lib/krb5/os does not clean test objs
authorEzra Peisach <epeisach@mit.edu>
Sun, 3 Dec 2006 13:53:32 +0000 (13:53 +0000)
committerEzra 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

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@