summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-11-16 23:31:28 +0000
committerphintuka <phintuka>2008-11-16 23:31:28 +0000
commit1bdc13a06b73d0ac4fb46704c6b02cc0f27511a8 (patch)
treeaf82d29ab808b1a19ef1a9f566348d8644097e98
parent6d002ab7be6c137fa622bcf1ca7257f0b6207731 (diff)
downloadxineliboutput-1bdc13a06b73d0ac4fb46704c6b02cc0f27511a8.tar.gz
xineliboutput-1bdc13a06b73d0ac4fb46704c6b02cc0f27511a8.tar.bz2
.dependencies depends on config.mak
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ca20c8bd..5354260b 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'xineliboutput.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile,v 1.67 2008-11-16 21:51:48 phintuka Exp $
+# $Id: Makefile,v 1.68 2008-11-16 23:31:28 phintuka Exp $
#
# The official name of this plugin.
@@ -261,7 +261,7 @@ OBJS_XINE = xine_input_vdr.o xine_post_autocrop.o xine_post_swscale.o xine_post_
MAKEDEP = g++ -MM -MG
DEPFILE = .dependencies
-$(DEPFILE): Makefile
+$(DEPFILE): Makefile config.mak
@rm -f $@
@for i in $(OBJS:%.o=%.c) $(OBJS_SXFE:%.o=%.c) $(OBJS_FBFE:%.o=%.c) $(OBJS_XINE:%.o=%.c) ; do \
$(MAKEDEP) $(DEFINES) $(INCLUDES) -MT "`dirname $$i`/`basename $$i .c`.o" $$i >>$@ ; \