cosmetics: Rename 'all' target to 'main'.
This is in preparation for common.mak inclusion in the main Makefile. Originally committed as revision 12595 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
984ff38a2b
commit
92e791ff37
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue