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:
Diego Biurrun 2008-03-26 08:58:26 +00:00
parent 984ff38a2b
commit 92e791ff37
1 changed files with 1 additions and 1 deletions

View File

@ -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