[MPlayer-cvslog] r36036 - trunk/configure
diego
subversion at mplayerhq.hu
Thu Mar 21 15:07:01 CET 2013
Author: diego
Date: Thu Mar 21 15:07:00 2013
New Revision: 36036
Log:
build: Do not record system headers in dependency tracking files.
This avoids all manners of weird issues when rebuilding tools and tests.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu Mar 21 12:19:34 2013 (r36035)
+++ trunk/configure Thu Mar 21 15:07:00 2013 (r36036)
@@ -2740,7 +2740,7 @@ if test "$cc_vendor" = "gnu" ; then
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"
+cflag_check -MMD -MP && DEPFLAGS="-MMD -MP"
if test -n "$LDFLAGS" ; then
More information about the MPlayer-cvslog
mailing list