diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-11-04 18:39:48 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-11-04 18:39:48 +0000 |
| commit | 6074e8db05962cd4a6c7a7eb8c0c57bfcd0d4e97 (patch) | |
| tree | 9cf685cb19768d297f10dd5f9cc21ed69d7f93b1 /src/util/profile | |
| parent | bc47e3eeb7a046a80faf9ba9ea4ccedf111e33a7 (diff) | |
| download | krb5-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/profile')
| -rw-r--r-- | src/util/profile/Makefile.in | 3 |
1 files changed, 2 insertions, 1 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) |
