changeset 31886:1b924c910cfe

Sync with current FFmpeg HEAD.
author diego
date Tue, 17 Aug 2010 15:06:38 +0000
parents 79f6bdd5e1e2
children 2cc844518554
files common.mak
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/common.mak	Tue Aug 17 11:39:37 2010 +0000
+++ b/common.mak	Tue Aug 17 15:06:38 2010 +0000
@@ -106,11 +106,8 @@
 $(HOSTPROGS): %$(HOSTEXESUF): %.o
 	$(HOSTCC) $(HOSTLDFLAGS) -o $@ $< $(HOSTLIBS)
 
-DEPS := $(OBJS:.o=.d)
-depend dep: $(DEPS)
-
 CLEANSUFFIXES     = *.d *.o *~ *.ho *.map *.ver
 DISTCLEANSUFFIXES = *.pc
 LIBSUFFIXES       = *.a *.lib *.so *.so.* *.dylib *.dll *.def *.dll.a *.exp
 
--include $(wildcard $(DEPS))
+-include $(wildcard $(OBJS:.o=.d))