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:
87d13a4
)
make dynlink.lo depend on reloc.h in makefile
author
Rich Felker
<dalias@aerifal.cx>
Sun, 5 Aug 2012 16:32:20 +0000
(12:32 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 5 Aug 2012 16:32:20 +0000
(12:32 -0400)
this is mainly a development convenience but will also ensure users
building from latest git always get up-to-date arch-specific dynamic
linker code without having to "make clean".
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ad701c9011b2dfadceb5b64900b6cc1775d05dca..683850d30078075a71741a3895ed8df7705acbb4 100644
(file)
--- 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 $@ $<