summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-10-30 20:58:37 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:46 +0200
commit1913d92f25847a04170e0fec9dde37059cd4c95d (patch)
tree467d568d4197e2e1df4f43322d187e94c216d892 /configure
parent14ff4026c28c217418c9c8214f81c4154d1e1755 (diff)
downloadmpv-1913d92f25847a04170e0fec9dde37059cd4c95d.tar.bz2
mpv-1913d92f25847a04170e0fec9dde37059cd4c95d.tar.xz
configure: remove duplicated CFLAGS from DEPFLAGS
The DEPFLAGS definition included the CFLAGS variable. All uses of DEPFLAGS in Makefile use CFLAGS too, so this resulted in duplicated options. Make DEPFLAGS contain "-MD -MP" only.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3deaf7c94e..0a141d1851 100755
--- a/configure
+++ b/configure
@@ -2459,7 +2459,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