diff configure @ 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 b3782b0b1d92
children 48ffe13dd1ee
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