X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=Makefile;h=683850d30078075a71741a3895ed8df7705acbb4;hp=ad701c9011b2dfadceb5b64900b6cc1775d05dca;hb=d04378016bfc993d8727215d79567a1c52904ade;hpb=87d13a4c33b8f75afac357f46341847ac92e2978 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 $@ $<