From 5aa7026979ef196e3b6696c09572fe25aa5c077b Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 28 Apr 1995 16:57:24 +0000 Subject: [PATCH] Makefile.in (clean-unix): Remove profile.h and test_profile git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5604 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/profile/ChangeLog | 4 ++++ src/util/profile/Makefile.in | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index eccbe9003..3ff592e71 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,7 @@ +Thu Apr 27 20:26:48 1995 + + * Makefile.in (clean-unix): Remove profile.h and test_profile + Thu Apr 27 15:36:27 1995 Mark Eichin * test_parse.c (main): can't make function declarations local to diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 898ef0ce2..0d36b16aa 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -63,7 +63,8 @@ clean:: clean-$(WHAT) clean-mac:: clean-unix clean-unix:: rm -f $(PROGS) *.o *~ test_parse core libprofile.a prof_err.h \ - prof_err.c + prof_err.c test_profile profile.h + clean-windows:: $(RM) profile.lib profile.bak test_parse.exe test_profile.exe -- 2.26.2