[PATCH] Drop source dependencies on hooks.c and arena.c

Siddhesh Poyarekar siddhesh@sourceware.org
Fri Jul 2 10:00:01 GMT 2021


Dependencies on hooks.c and arena.c get auto-computed when generating
malloc.o{,s}.d so there is no need to add them manually.
---
 malloc/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/malloc/Makefile b/malloc/Makefile
index 9bc2e50a9a..ebadc4bd49 100644
--- a/malloc/Makefile
+++ b/malloc/Makefile
@@ -244,10 +244,6 @@ $(objpfx)memusage: memusage.sh
 	    -e 's|@REPORT_BUGS_TO@|$(REPORT_BUGS_TO)|' $^ > $@.new \
 	&& rm -f $@ && mv $@.new $@ && chmod +x $@
 
-
-# Extra dependencies
-$(foreach o,$(all-object-suffixes),$(objpfx)malloc$(o)): arena.c hooks.c
-
 # Compile the tests with a flag which suppresses the mallopt call in
 # the test skeleton.
 $(tests:%=$(objpfx)%.o): CPPFLAGS += -DTEST_NO_MALLOPT
-- 
2.31.1



More information about the Libc-alpha mailing list