OSDN Git Service

cosmetics: Rename 'all' target to 'main'.
authorDiego Biurrun <diego@biurrun.de>
Wed, 26 Mar 2008 08:58:26 +0000 (08:58 +0000)
committerDiego 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

index f2b6142..34f43e7 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