keep user-provided CFLAGS/LDFLAGS separate from those added by configure
authorRich Felker <dalias@aerifal.cx>
Mon, 2 Nov 2015 21:58:14 +0000 (16:58 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 2 Nov 2015 21:58:14 +0000 (16:58 -0500)
commit4cd8b4725907651f329e2f96d428c4e3521643f8
tree71bb22474472eb7dccfc0399be08fd52eccdff6e
parentfda365a53074f97f3213caefe70ea13297acecb2
keep user-provided CFLAGS/LDFLAGS separate from those added by configure

this way, overriding these variables on the make command line (or just
re-passing the originally-passed values when invoking make) won't
suppress use of the flags added by configure.
Makefile
configure