summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-04-28 16:57:24 +0000
committerTheodore Tso <tytso@mit.edu>1995-04-28 16:57:24 +0000
commit5aa7026979ef196e3b6696c09572fe25aa5c077b (patch)
treec50c91306e3b5a174da98bea831bb29f1ef806a0
parent875c4407977242dedac08290b1ed069ab9616f16 (diff)
downloadkrb5-5aa7026979ef196e3b6696c09572fe25aa5c077b.tar.gz
krb5-5aa7026979ef196e3b6696c09572fe25aa5c077b.tar.xz
krb5-5aa7026979ef196e3b6696c09572fe25aa5c077b.zip
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
-rw-r--r--src/util/profile/ChangeLog4
-rw-r--r--src/util/profile/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index eccbe9003e..3ff592e710 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 27 20:26:48 1995 <tytso@rsx-11.mit.edu>
+
+ * Makefile.in (clean-unix): Remove profile.h and test_profile
+
Thu Apr 27 15:36:27 1995 Mark Eichin <eichin@cygnus.com>
* 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 898ef0ce26..0d36b16aa2 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