[MPlayer-cvslog] r28768 - trunk/Makefile

diego subversion at mplayerhq.hu
Sun Mar 1 11:52:26 CET 2009


Author: diego
Date: Sun Mar  1 11:52:26 2009
New Revision: 28768

Log:
Fix dependencies on generated header files for the codec* binaries.

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Sun Mar  1 10:09:49 2009	(r28767)
+++ trunk/Makefile	Sun Mar  1 11:52:26 2009	(r28768)
@@ -823,7 +823,7 @@ mencoder$(EXESUF): $(MENCODER_DEPS)
 mplayer$(EXESUF): $(MPLAYER_DEPS)
 	$(CC) -o $@ $^ $(LDFLAGS_MPLAYER)
 
-codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h help_mp.h
+codec-cfg$(EXESUF): codec-cfg.c codecs.conf.h help_mp.h
 	$(HOST_CC) -O -DCODECS2HTML $(EXTRA_INC) -o $@ $<
 
 codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf
@@ -960,10 +960,10 @@ tags:
 
 TEST_OBJS = mp_msg-mencoder.o mp_fifo.o osdep/$(GETCH) osdep/$(TIMER) -ltermcap -lm
 
-codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h codec-cfg.h $(TEST_OBJS)
+codec-cfg-test$(EXESUF): codec-cfg.c codecs.conf.h help_mp.h $(TEST_OBJS)
 	$(CC) -I. -DTESTING -o $@ $^
 
-codecs2html$(EXESUF): codec-cfg.c $(TEST_OBJS)
+codecs2html$(EXESUF): codec-cfg.c help_mp.h $(TEST_OBJS)
 	$(CC) -I. -DCODECS2HTML -o $@ $^
 
 liba52/test$(EXESUF): cpudetect.o $(filter liba52/%,$(SRCS_COMMON:.c=.o)) -lm



More information about the MPlayer-cvslog mailing list