fix __syscall declaration with wrong visibility in syscall_arch.h
[musl] / Makefile
index 15a30f8..6559295 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ src/internal/version.lo: src/internal/version.h
 
 src/ldso/dlstart.lo src/ldso/dynlink.lo: src/internal/dynlink.h arch/$(ARCH)/reloc.h
 
-crt/crt1.o crt/Scrt1.o: $(wildcard arch/$(ARCH)/crt_arch.h)
+crt/crt1.o crt/Scrt1.o src/ldso/dlstart.lo: $(wildcard arch/$(ARCH)/crt_arch.h)
 
 crt/Scrt1.o: CFLAGS += -fPIC