make dynlink.lo depend on reloc.h in makefile
authorRich Felker <dalias@aerifal.cx>
Sun, 5 Aug 2012 16:32:20 +0000 (12:32 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 5 Aug 2012 16:32:20 +0000 (12:32 -0400)
commitd04378016bfc993d8727215d79567a1c52904ade
tree45dd050aa137d37d9b84df616599cfc0029d4c61
parent87d13a4c33b8f75afac357f46341847ac92e2978
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".
Makefile