This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Simplify .depend file inclusion.
Originally committed as revision 8134 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
18 years ago
parent
ca9049efc8
commit
78645c98a5
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
vhook/Makefile
+ 1
- 3
vhook/Makefile
View File
@@ -47,6 +47,4 @@ distclean: clean
.PHONY: all depend dep clean distclean install* uninstall*
ifneq ($(wildcard .depend),)
include .depend
endif
-include .depend
Write
Preview
Loading…
Cancel
Save