From: Rich Felker Date: Thu, 23 Apr 2015 20:49:55 +0000 (-0400) Subject: add dependency of dlstart.lo on crt_arch.h to Makefile X-Git-Tag: v1.1.9~24 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f109781c16b0cf82cf6bf523ff77ab98a023a999;p=oweals%2Fmusl.git add dependency of dlstart.lo on crt_arch.h to Makefile --- diff --git a/Makefile b/Makefile index 15a30f83..6559295e 100644 --- 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