From f8d8a2650ce753bcc162ccfa55f79a6967c21d06 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 15 Dec 2004 18:44:54 +0000 Subject: Update. 22004-06-05 Joseph S. Myers * malloc/Makefile (install-bin): Remove memusage. (install-bin-script): Add memusage. 004-12-15 Jakub Jelinek --- malloc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'malloc') 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 -- cgit v1.2.3