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