summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/profile/Makefile.in3
-rw-r--r--src/util/support/Makefile.in3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index 17e7cbf33..e88094ecc 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -141,7 +141,8 @@ profile_tcl: profile_tcl.o $(PROF_DEPLIB) $(COM_ERR_DEPLIB) $(SUPPORT_DEPLIB)
clean-unix:: clean-libs clean-libobjs
$(RM) $(PROGS) *.o *~ core prof_err.h profile.h prof_err.c
$(RM) test_load test_parse test_profile test_vtable profile_tcl
- $(RM) modtest.conf
+ $(RM) modtest.conf testinc.ini testinc2.ini
+ $(RM) -r test_include_dir
clean-windows::
$(RM) $(PROFILE_HDR)
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@