Patch to malloc/Makefile
Joseph S. Myers
jsm@polyomino.org.uk
Sat Jun 5 14:32:00 GMT 2004
Scripts should be installed with $(INSTALL_SCRIPT) rather than
$(INSTALL_PROGRAM). Fixed with the following patch to malloc/Makefile.
2004-06-05 Joseph S. Myers <jsm@polyomino.org.uk>
* malloc/Makefile (install-bin): Remove memusage.
(install-bin-script): Add memusage.
--- malloc/Makefile 2003-10-16 00:46:16.000000000 +0000
+++ malloc/Makefile 2004-06-05 14:18:41.000000000 +0000
@@ -78,7 +78,8 @@
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
--
Joseph S. Myers
jsm@polyomino.org.uk
More information about the Libc-alpha
mailing list