[FFmpeg-cvslog] r12595 - trunk/Makefile

diego subversion
Wed Mar 26 09:58:26 CET 2008


Author: diego
Date: Wed Mar 26 09:58:26 2008
New Revision: 12595

Log:
cosmetics: Rename 'all' target to 'main'.
This is in preparation for common.mak inclusion in the main Makefile.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Wed Mar 26 09:58:26 2008
@@ -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




More information about the ffmpeg-cvslog mailing list