summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/profile/ChangeLog4
-rw-r--r--src/util/profile/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index d3dd6e75e..9c7816061 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-19 Ken Raeburn <raeburn@mit.edu>
+
+ * Makefile.in (LIBMINOR): Bump.
+
2002-01-23 Alexandra Ellwood <lxs@mit.edu>
* prof_init.c, prof_tree.c: Fixed calls to profile_update_file_data to handle
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index b224d1d9d..3ce3691a7 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -40,7 +40,7 @@ MLIBS = -lcom_err
LIB=profile
LIBMAJOR=1
-LIBMINOR=0
+LIBMINOR=1
SHLIB_EXPDEPS = $(TOPLIBD)/libcom_err$(SHLIBEXT)
SHLIB_EXPLIBS = -lcom_err
SHLIB_DIRS = -L$(TOPLIBD)