[PATCH v2 03/10] Move glibc.malloc.check implementation into its own file
Andreas Schwab
schwab@linux-m68k.org
Wed Jun 30 15:42:17 GMT 2021
On Jun 30 2021, Siddhesh Poyarekar via Libc-alpha wrote:
> diff --git a/malloc/Makefile b/malloc/Makefile
> index c8256abbbf..9b92f96813 100644
> --- a/malloc/Makefile
> +++ b/malloc/Makefile
> @@ -272,6 +272,7 @@ $(objpfx)memusage: memusage.sh
>
> # Extra dependencies
> $(foreach o,$(all-object-suffixes),$(objpfx)malloc$(o)): arena.c hooks.c
> +hooks.c: malloc-check.c
This is wrong. The file hooks.c is not a generated file, and does not
depend on malloc-check.c.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
More information about the Libc-alpha
mailing list