projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18938c2
)
add dependency of dlstart.lo on crt_arch.h to Makefile
author
Rich Felker
<dalias@aerifal.cx>
Thu, 23 Apr 2015 20:49:55 +0000
(16:49 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Thu, 23 Apr 2015 20:49:55 +0000
(16:49 -0400)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 15a30f83f5cde083e111bf2f54482c584dbe2915..6559295e3f3e6e88e46d59ac5dd836509060d701 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