From 9d0199f4504cf7d4dfdbe321c3d8f3d405ca7472 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 3 Oct 2006 17:47:04 +0000 Subject: [PATCH] depend and dep are really the same target. Originally committed as revision 6539 to svn://svn.ffmpeg.org/ffmpeg/trunk --- common.mak | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/common.mak b/common.mak index 9211db5765..cc7c7823f4 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