From 9daa08a5184353c069a3b64a86b9ca1780f50385 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 8 Jun 1995 21:57:26 +0000 Subject: [PATCH] Add install target git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5986 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/profile/ChangeLog | 4 ++++ src/util/profile/Makefile.in | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 7935002d6..63f25fc5b 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 8 17:56:34 1995 + + * Makefile.in (install): Add install target. + Fri May 26 20:07:13 1995 Theodore Y. Ts'o (tytso@dcl) * configure.in, Makefile.in: Add support for building shared libraries. diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 4247fe3de..80da3c863 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -24,6 +24,8 @@ SRCS = $(srcdir)/prof_tree.c \ LIBS = ../et/libcom_err.$(LIBEXT) +install:: + all:: all-$(WHAT) all-max:: all-unix -- 2.26.2