diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-12-15 18:44:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-12-15 18:44:54 +0000 |
commit | f8d8a2650ce753bcc162ccfa55f79a6967c21d06 (patch) | |
tree | 87fbb69b40c04bee2135bb78e11f4ada054f32bc /malloc | |
parent | f23673fc71f75f509f4b4c0080fb975a939a462f (diff) | |
download | glibc-f8d8a2650ce753bcc162ccfa55f79a6967c21d06.zip glibc-f8d8a2650ce753bcc162ccfa55f79a6967c21d06.tar.gz glibc-f8d8a2650ce753bcc162ccfa55f79a6967c21d06.tar.bz2 |
Update.
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>
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 6c04518..0512c49 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 |