summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-26 08:58:26 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-26 08:58:26 +0000
commit92e791ff37d99cd62a66dbbd3fa5a56bfbae4e4b (patch)
treec8d968d87a7d22a56e41c9527c3078759d884a8b /Makefile
parent984ff38a2bc4357f401c3fa5e5821d4e8cf9bb24 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2b6142bbf..34f43e7945 100644
--- 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