projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3263626
)
depend and dep are really the same target.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 3 Oct 2006 17:47:04 +0000
(17:47 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 3 Oct 2006 17:47:04 +0000
(17:47 +0000)
Originally committed as revision 6539 to svn://svn.ffmpeg.org/ffmpeg/trunk
common.mak
patch
|
blob
|
history
diff --git
a/common.mak
b/common.mak
index
9211db5
..
cc7c782
100644
(file)
--- 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