configure: remove duplicated CFLAGS from DEPFLAGS
commit1913d92f25847a04170e0fec9dde37059cd4c95d
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 30 Oct 2010 17:58:37 +0000 (30 20:58 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Nov 2010 02:16:46 +0000 (2 04:16 +0200)
tree467d568d4197e2e1df4f43322d187e94c216d892
parent14ff4026c28c217418c9c8214f81c4154d1e1755
configure: remove duplicated CFLAGS from DEPFLAGS

The DEPFLAGS definition included the CFLAGS variable. All uses of
DEPFLAGS in Makefile use CFLAGS too, so this resulted in duplicated
options. Make DEPFLAGS contain "-MD -MP" only.
configure