From 6074e8db05962cd4a6c7a7eb8c0c57bfcd0d4e97 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Fri, 4 Nov 2011 18:39:48 +0000 Subject: Clean up more stuff in make clean git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25437 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/support/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util/support') diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in index 6c059c07d..6ac91755b 100644 --- a/src/util/support/Makefile.in +++ b/src/util/support/Makefile.in @@ -198,7 +198,8 @@ check-unix:: $(TEST_PROGS) ./t_unal clean:: - $(RM) t_k5buf.o t_k5buf t_unal.o t_unal path_win.o path_win t_path_win.o t_path_win t_path.o t_path + $(RM) t_k5buf.o t_k5buf t_unal.o t_unal path_win.o path_win + $(RM) t_path_win.o t_path_win t_path.o t_path libkrb5support.exports @lib_frag@ @libobj_frag@ -- cgit