From 97851078146177f500266a174b7f559482a0525e Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 23 Apr 2008 09:42:09 +0000 Subject: 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 --- libmpdemux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux') 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) -- cgit v1.2.3