eliminate separate static/shared CFLAGS vars in makefile
authorRich Felker <dalias@aerifal.cx>
Wed, 20 Jan 2016 00:08:52 +0000 (19:08 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 20 Jan 2016 00:08:52 +0000 (19:08 -0500)
commit9514e70c60649ea13c25e1ac1e944cee7c82c9a7
tree280ea3fb0a58fce2c4978ccc8e49bf1c7c4ea8ea
parent9f5eb77992b42d484d69e879d24ef86466f20f21
eliminate separate static/shared CFLAGS vars in makefile

this allows the rules for .o and .lo files to be identical, with -fPIC
and -DSHARED added for .lo files via target-specific variable append.
this is arguably cleaner now and will allow more cleanup and removal
of redundant rule bodies after other prerequisite changes are made.
Makefile