summaryrefslogtreecommitdiffstats
path: root/src/util/support
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-11-04 18:39:48 +0000
committerGreg Hudson <ghudson@mit.edu>2011-11-04 18:39:48 +0000
commit6074e8db05962cd4a6c7a7eb8c0c57bfcd0d4e97 (patch)
tree9cf685cb19768d297f10dd5f9cc21ed69d7f93b1 /src/util/support
parentbc47e3eeb7a046a80faf9ba9ea4ccedf111e33a7 (diff)
downloadkrb5-6074e8db05962cd4a6c7a7eb8c0c57bfcd0d4e97.tar.gz
krb5-6074e8db05962cd4a6c7a7eb8c0c57bfcd0d4e97.tar.xz
krb5-6074e8db05962cd4a6c7a7eb8c0c57bfcd0d4e97.zip
Clean up more stuff in make clean
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25437 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/support')
-rw-r--r--src/util/support/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index 6c059c07d8..6ac91755b4 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@