make dynlink.lo depend on reloc.h in makefile
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".
This commit is contained in:
parent
87d13a4c33
commit
d04378016b
1 changed files with 2 additions and 0 deletions
2
Makefile
2
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 $@ $<
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue