summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-03 17:47:04 +0000
committerDiego Biurrun <diego@biurrun.de>2006-10-03 17:47:04 +0000
commit9d0199f4504cf7d4dfdbe321c3d8f3d405ca7472 (patch)
tree70c384f019a6a4d6432e6e8942ea5ff8f9cdab7f
parent3263626feb329ea711fad5b92a11ee3f0440c7bb (diff)
depend and dep are really the same target.
Originally committed as revision 6539 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--common.mak4
1 files changed, 1 insertions, 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