A patch for typo in malloc/Makefile
H . J . Lu
hjl@lucon.org
Fri May 4 13:54:00 GMT 2001
Here is a patch for typo.
H.J.
---
2001-05-04 H.J. Lu <hjl@gnu.org>
* malloc/Makefile ($(objpfx)memusage): Substitute @SLIBDIR@
not @LIBDIR@.
Index: malloc/Makefile
===================================================================
RCS file: /cvs/glibc/libc/malloc/Makefile,v
retrieving revision 1.38
diff -u -p -r1.38 Makefile
--- Makefile 2001/04/09 03:57:22 1.38
+++ Makefile 2001/05/04 20:45:11
@@ -120,7 +120,7 @@ $(objpfx)mtrace: mtrace.pl
$(objpfx)memusage: memusage.sh
rm -f $@.new
sed -e 's|@BASH@|$(BASH)|' -e 's|@VERSION@|$(version)|' \
- -e 's|@LIBDIR@|$(slibdir)|' -e 's|@BINDIR@|$(bindir)|' $^ > $@.new \
+ -e 's|@SLIBDIR@|$(slibdir)|' -e 's|@BINDIR@|$(bindir)|' $^ > $@.new \
&& rm -f $@ && mv $@.new $@ && chmod +x $@
More information about the Libc-alpha
mailing list