git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0e04e4e
)
fixed dependencies
author
Fabrice Bellard
<fabrice@bellard.org>
Sat, 1 Feb 2003 20:56:39 +0000
(20:56 +0000)
committer
Fabrice Bellard
<fabrice@bellard.org>
Sat, 1 Feb 2003 20:56:39 +0000
(20:56 +0000)
Originally committed as revision 1530 to svn://svn.ffmpeg.org/ffmpeg/trunk
vhook/Makefile
patch
|
blob
|
history
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)
all: $(HOOKS)
-SRCS := $(
OBJS:.
o=.c)
+SRCS := $(
HOOKS:.s
o=.c)
-
.
depend: $(SRCS)
+depend: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
install:
$(CC) -MM $(CFLAGS) $^ 1>.depend
install: