From d04378016bfc993d8727215d79567a1c52904ade Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 5 Aug 2012 12:32:20 -0400 Subject: make dynlink.lo depend on reloc.h in makefile this is mainly a development convenience but will also ensure users building from latest git always get up-to-date arch-specific dynamic linker code without having to "make clean". --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ad701c90..683850d3 100644 --- a/Makefile +++ b/Makefile @@ -77,6 +77,8 @@ include/bits/alltypes.h.sh: include/bits include/bits/alltypes.h: include/bits/alltypes.h.sh sh $< > $@ +src/ldso/dynlink.lo: arch/$(ARCH)/reloc.h + %.o: $(ARCH)/%.s $(CC) $(CFLAGS_ALL_STATIC) -c -o $@ $< -- cgit v1.2.1