projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed dependencies
[libav.git]
/
vhook
/
Makefile
diff --git
a/vhook/Makefile
b/vhook/Makefile
index
0f49299
..
cf8bdc8
100644
(file)
--- a/
vhook/Makefile
+++ b/
vhook/Makefile
@@
-15,9
+15,9
@@
endif
all: $(HOOKS)
-SRCS := $(
OBJS:.
o=.c)
+SRCS := $(
HOOKS:.s
o=.c)
-
.
depend: $(SRCS)
+depend: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
install: