This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch to malloc/Makefile


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]