diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-03 17:47:04 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-03 17:47:04 +0000 |
commit | 9d0199f4504cf7d4dfdbe321c3d8f3d405ca7472 (patch) | |
tree | 70c384f019a6a4d6432e6e8942ea5ff8f9cdab7f | |
parent | 3263626feb329ea711fad5b92a11ee3f0440c7bb (diff) | |
download | ffmpeg-9d0199f4504cf7d4dfdbe321c3d8f3d405ca7472.tar.gz |
depend and dep are really the same target.
Originally committed as revision 6539 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | common.mak | 4 |
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 |