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:
984ff38
)
cosmetics: Rename 'all' target to 'main'.
author
Diego Biurrun
<diego@biurrun.de>
Wed, 26 Mar 2008 08:58:26 +0000
(08:58 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 26 Mar 2008 08:58:26 +0000
(08:58 +0000)
This is in preparation for common.mak inclusion in the main Makefile.
Originally committed as revision 12595 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f2b6142bbf32f01c3702addbf2370c59a6e04f99..34f43e7945891df115141901de46b510f8282678 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-81,7
+81,7
@@
endif
MAKE-yes = $(MAKE)
MAKE- = : $(MAKE)
-
all
: lib $(PROGS_G) $(PROGS) $(ALL_TARGETS-yes)
+
main
: lib $(PROGS_G) $(PROGS) $(ALL_TARGETS-yes)
lib:
$(MAKE) -C libavutil all