fix failure to build time32 compat shims with out-of-tree builds
authorRich Felker <dalias@aerifal.cx>
Mon, 4 Nov 2019 06:47:38 +0000 (01:47 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 4 Nov 2019 06:47:38 +0000 (01:47 -0500)
commit129118db4d16e3aea484255413fed3b5150ce201
tree5e54c40e38ef0803a4d10f0adc1a6456acaaabd2
parent028092b61f22db7cff57af16b72badbd8ac6332c
fix failure to build time32 compat shims with out-of-tree builds

commit de90f38e3b105802655d19d965d66335d25d59ef omitted $(srcdir) from
the makefile include pathname it added. since the include directive
was prefixed with - to make it optional (for archs that don't use it),
the failure to find arch/$(ARCH)/arch.mak was silent.
Makefile