fix out-of-tree build of crt files with stack protector enabled
authorRich Felker <dalias@aerifal.cx>
Sat, 24 Mar 2018 16:15:43 +0000 (12:15 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 24 Mar 2018 16:15:43 +0000 (12:15 -0400)
commita7c53e0c2cd8fc45eac90c0468e44697019ceda6
treee88d3c7d13539668b5623a5299946ea4ee0164d2
parent919ad8d5fbb1caa18c3719304ffeeb0e0dde1bb5
fix out-of-tree build of crt files with stack protector enabled

the makefile logic for these files was wrong in the out-of-tree case,
but it likely only affected the "all" level of stack protector.
Makefile