projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d0199f
)
make dep should also work.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 3 Oct 2006 17:47:25 +0000
(17:47 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 3 Oct 2006 17:47:25 +0000
(17:47 +0000)
Originally committed as revision 6540 to svn://svn.ffmpeg.org/ffmpeg/trunk
vhook/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/vhook/Makefile
b/vhook/Makefile
index
75dc4d8
..
f6ce7f9
100644
(file)
--- a/
vhook/Makefile
+++ b/
vhook/Makefile
@@
-24,7
+24,7
@@
SRCS := $(HOOKS:$(SLIBSUF)=.c)
all: $(HOOKS)
-depend: $(SRCS)
+depend
dep
: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
install: $(HOOKS)