From: Diego Biurrun Date: Tue, 17 Aug 2010 15:02:33 +0000 (+0000) Subject: Remove dep/depend targets and related variables. X-Git-Tag: v0.7b1~2570 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fa5a91b144fb32a3a1552ca40375b60aaa13d54;p=platform%2Fupstream%2Flibav.git Remove dep/depend targets and related variables. We no longer create dependency files directly, so the rules are now pointless. Originally committed as revision 24807 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/common.mak b/common.mak index 2c20f13..3801961 100644 --- a/common.mak +++ b/common.mak @@ -106,11 +106,8 @@ $(HOSTOBJS): %.o: %.c $(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))