[FFmpeg-cvslog] r24807 - trunk/common.mak

diego subversion
Tue Aug 17 17:02:33 CEST 2010


Author: diego
Date: Tue Aug 17 17:02:33 2010
New Revision: 24807

Log:
Remove dep/depend targets and related variables.
We no longer create dependency files directly, so the rules are now pointless.

Modified:
   trunk/common.mak

Modified: trunk/common.mak
==============================================================================
--- trunk/common.mak	Tue Aug 17 16:59:12 2010	(r24806)
+++ trunk/common.mak	Tue Aug 17 17:02:33 2010	(r24807)
@@ -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))



More information about the ffmpeg-cvslog mailing list