[MPlayer-cvslog] r32374 - trunk/configure
    diego 
    subversion at mplayerhq.hu
       
    Sun Sep 26 23:32:54 CEST 2010
    
    
  
Author: diego
Date: Sun Sep 26 23:32:54 2010
New Revision: 32374
Log:
Switch back to using '-MD -MP' as gcc .d file creation flags.
This should avoid trouble when header files get renamed.
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Sep 26 22:53:09 2010	(r32373)
+++ trunk/configure	Sun Sep 26 23:32:54 2010	(r32374)
@@ -2556,7 +2556,7 @@ else
 fi
 
 cflag_check -mno-omit-leaf-frame-pointer && cflags_no_omit_leaf_frame_pointer="-mno-omit-leaf-frame-pointer"
-cflag_check -MMD -MF "$mplayer_tmpdir/test.d" -MT test.o && DEPFLAGS='-MMD -MF $(@:.o=.d) -MT $@'
+cflag_check -MD -MP && DEPFLAGS="-MD -MP $CFLAGS"
 
 
 if test -n "$LDFLAGS" ; then
    
    
More information about the MPlayer-cvslog
mailing list