projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a94020
)
build: Remove deleted 'check' target from .PHONY list.
author
Diego Biurrun
<diego@biurrun.de>
Thu, 30 Jun 2011 11:46:58 +0000
(13:46 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 4 Jul 2011 11:14:31 +0000
(13:14 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 2cb5f65c6f97834d55f2177bd201035e6f885097..9f7b4361d4644d91e6c018d0c7a5435d83ec6309 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-199,5
+199,5
@@
$(sort $(OBJDIRS)):
# so this saves some time on slow systems.
.SUFFIXES:
-.PHONY: all all-yes alltools *clean c
heck c
onfig examples install*
+.PHONY: all all-yes alltools *clean config examples install*
.PHONY: testprogs uninstall*