From: Theodore Tso Date: Fri, 28 Apr 1995 16:57:24 +0000 (+0000) Subject: Makefile.in (clean-unix): Remove profile.h and test_profile X-Git-Tag: krb5-1.0-beta5~148 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5aa7026979ef196e3b6696c09572fe25aa5c077b;p=krb5.git 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 --- 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