Mercurial > mplayer.hg
changeset 32783:5b3f37eab972
configure: Drop CFLAGS from DEPFLAGS.
The dependency file generation flags are used completely independent of
the CFLAGS and in all compilation commands that use DEPFLAGS, CFLAGS are
added anyway, thus duplicating CFLAGS is completely pointless.
author | diego |
---|---|
date | Tue, 08 Feb 2011 01:25:41 +0000 |
parents | a61e62388508 |
children | 0a9481b9ce00 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Feb 07 19:29:36 2011 +0000 +++ b/configure Tue Feb 08 01:25:41 2011 +0000 @@ -2599,7 +2599,7 @@ fi cflag_check -mno-omit-leaf-frame-pointer && cflags_no_omit_leaf_frame_pointer="-mno-omit-leaf-frame-pointer" -cflag_check -MD -MP && DEPFLAGS="-MD -MP $CFLAGS" +cflag_check -MD -MP && DEPFLAGS="-MD -MP" if test -n "$LDFLAGS" ; then