From 916c1395e160f7a4ea2c3f736982a5975c44b5af Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Mon, 17 Jul 2000 22:34:11 +0000 Subject: * Makerules (o-objects): Supplement with $(o-objects$o). * string/Makefile (o-objects.ob): Add variable to pull unbounded versions of memcpy, memset and memchr into libc_b. * Makerules (o-objects): Supplement with $(o-objects$o). * string/Makefile (o-objects.ob): Add variable to pull unbounded versions of memcpy, memset and memchr into libc_b. --- Makerules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makerules') diff --git a/Makerules b/Makerules index afd4aa1933..ff79700b22 100644 --- a/Makerules +++ b/Makerules @@ -554,7 +554,9 @@ lib-noranlib: libobjs # Makefiles can define `elide-routines.so = foo' to leave foo.so out. o-objects = $(patsubst %.o,%$o,$(filter-out $(patsubst %,$(objpfx)%.o,\ $(elide-routines$o)),\ - $(objects))) + $(objects))) \ + $(addprefix $(objpfx),$(o-objects$o)) + others: $(addprefix $(objpfx),$(install-lib)) ifndef objects -- cgit v1.2.3