[MPlayer-cvslog] r32870 - trunk/configure

diego subversion at mplayerhq.hu
Tue Feb 8 02:25:42 CET 2011


Author: diego
Date: Tue Feb  8 02:25:41 2011
New Revision: 32870

Log:
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.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Feb  7 20:29:36 2011	(r32869)
+++ trunk/configure	Tue Feb  8 02:25:41 2011	(r32870)
@@ -2599,7 +2599,7 @@ else
 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


More information about the MPlayer-cvslog mailing list