summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-23 09:42:09 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-04-23 09:42:09 +0000
commit97851078146177f500266a174b7f559482a0525e (patch)
tree681c83306bbae7dc9d5ee8adfa26efa7882dbbe7
parent2bcda50ffe8e6972c4256c4fc5121a27b8192055 (diff)
downloadmpv-97851078146177f500266a174b7f559482a0525e.tar.bz2
mpv-97851078146177f500266a174b7f559482a0525e.tar.xz
EXTRAXX_INC flags should now be added to .depend compilation,
not to the phony depend target. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26508 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libmpdemux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/Makefile b/libmpdemux/Makefile
index 60432827f1..5bd6338ca7 100644
--- a/libmpdemux/Makefile
+++ b/libmpdemux/Makefile
@@ -70,4 +70,4 @@ include ../mpcommon.mak
demux_lavf.o mp_taglists.o .depend: CFLAGS += -I../libavcodec
-dep depend: CFLAGS += $(EXTRAXX_INC)
+.depend: CFLAGS += $(EXTRAXX_INC)