From: Diego Biurrun Date: Tue, 3 Oct 2006 17:47:04 +0000 (+0000) Subject: depend and dep are really the same target. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9d0199f4504cf7d4dfdbe321c3d8f3d405ca7472;p=ffmpeg depend and dep are really the same target. Originally committed as revision 6539 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/common.mak b/common.mak index 9211db57659..cc7c7823f48 100644 --- a/common.mak +++ b/common.mak @@ -34,11 +34,9 @@ $(SLIBNAME_WITH_MAJOR): $(SHARED_OBJS) %.o: %.cpp g++ $(subst -Wall,,$(CFLAGS)) -c -o $@ $< -depend: $(SRCS) +depend dep: $(SRCS) $(CC) -MM $(CFLAGS) $^ 1>.depend -dep: depend - clean:: rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \ *.lib *.def *.dll.a *.exp