From: Ezra Peisach Date: Sun, 3 Dec 2006 13:53:32 +0000 (+0000) Subject: Make clean in lib/krb5/os does not clean test objs X-Git-Tag: krb5-1.7-alpha1~1417 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b76f20591cfae6ca492958ce990783379fef37fe;p=krb5.git Make clean in lib/krb5/os does not clean test objs 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 --- diff --git a/src/lib/krb5/os/Makefile.in b/src/lib/krb5/os/Makefile.in index d19d957a3..757d22ce4 100644 --- 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@