configure: Separate dependency flags from general CFLAGS
commit853dc929e4778d6aefd41678d136dc366ea9449a
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>
Thu, 1 Jul 2010 23:18:16 +0000 (1 23:18 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Nov 2010 02:14:20 +0000 (2 04:14 +0200)
treec80780783ee9b9ed8f3848e32fc5a2f5effaca0b
parent948fa5d0706ce96368f46a0311bad426765af53a
configure: Separate dependency flags from general CFLAGS

Before, there was an unfortunate interaction with 'make checkheaders':
Compiling a .h file would generate a .d dependency information file for
that .h file as a sideeffect of compilation. Unfortunately this would
clobber the .d files of the .c files with the same basename, resulting
in broken dependency information when running plain make.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31614 b3059339-0415-0410-9bf9-f77b7e298cf2
Makefile
configure