A patch for typo in malloc/Makefile
Andreas Jaeger
aj@suse.de
Mon May 7 01:39:00 GMT 2001
"H . J . Lu" <hjl@lucon.org> writes:
> Here is a patch for typo.
Thanks, I've committed it together with the appended patch.
2001-05-07 Andreas Jaeger <aj@suse.de>
* debug/Makefile ($(objpfx)xtrace): Substitute @SLIBDIR@ instead
of @LIBDIR@.
============================================================
Index: debug/Makefile
--- debug/Makefile 2001/03/18 21:32:56 1.15
+++ debug/Makefile 2001/05/07 08:37:51
@@ -65,7 +65,7 @@
$(objpfx)xtrace: xtrace.sh
rm -f $@.new
sed -e 's|@BASH@|$(BASH)|' -e 's|@VERSION@|$(version)|' \
- -e 's|@LIBDIR@|$(libdir)|' -e 's|@BINDIR@|$(bindir)|' $^ > $@.new \
+ -e 's|@SLIBDIR@|$(slibdir)|' -e 's|@BINDIR@|$(bindir)|' $^ > $@.new \
&& rm -f $@ && mv $@.new $@ && chmod +x $@
# Depend on libc.so so a DT_NEEDED is generated in the shared objects.
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
More information about the Libc-alpha
mailing list