summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--malloc/Makefile3
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bb97452e8..d2da9d1e7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
-2004-12-15 Jakub Jelinek <jakub@redhat.com>
+22004-06-05 Joseph S. Myers <jsm@polyomino.org.uk>
+
+ * malloc/Makefile (install-bin): Remove memusage.
+ (install-bin-script): Add memusage.
+
+004-12-15 Jakub Jelinek <jakub@redhat.com>
* nis/nis_domain_of_r.c (nis_domain_of_r): Use libnsl_hidden_def,
not libnsl_hidden_proto.
diff --git a/malloc/Makefile b/malloc/Makefile
index 6c04518b39..0512c49839 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -78,7 +78,8 @@ endif
ifneq ($(cross-compiling),yes)
# If the gd library is available we build the `memusagestat' program.
ifneq ($(LIBGD),no)
-install-bin = memusagestat memusage
+install-bin = memusagestat
+install-bin-script += memusage
generated += memusagestat memusage
extra-objs += memusagestat.o