summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2006-12-03 13:53:32 +0000
committerEzra Peisach <epeisach@mit.edu>2006-12-03 13:53:32 +0000
commitb76f20591cfae6ca492958ce990783379fef37fe (patch)
treea4df91857fb71d2a93499e8f43b0fd13872e93c3 /src
parent5b4b14757087fd8ba1adb0b31545fff7132cce1b (diff)
downloadkrb5-b76f20591cfae6ca492958ce990783379fef37fe.tar.gz
krb5-b76f20591cfae6ca492958ce990783379fef37fe.tar.xz
krb5-b76f20591cfae6ca492958ce990783379fef37fe.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/os/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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@