make dynlink.lo depend on reloc.h in makefile
[musl] / Makefile
index ad701c9..683850d 100644 (file)
--- 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 $@ $<