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
build: Mark all-yes Makefile target as phony.
tags/n0.9
Diego Biurrun
14 years ago
parent
86c3c1abf0
commit
e2542dcc6e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -198,5 +198,5 @@ $(sort $(OBJDIRS)):
# so this saves some time on slow systems.
.SUFFIXES:
.PHONY: all alltools *clean check config examples install*
.PHONY: all all
-yes all
tools *clean check config examples install*
.PHONY: testprogs uninstall*
Write
Preview
Loading…
Cancel
Save