diff options
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 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 |