diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-26 08:58:26 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-26 08:58:26 +0000 |
commit | 92e791ff37d99cd62a66dbbd3fa5a56bfbae4e4b (patch) | |
tree | c8d968d87a7d22a56e41c9527c3078759d884a8b /Makefile | |
parent | 984ff38a2bc4357f401c3fa5e5821d4e8cf9bb24 (diff) | |
download | ffmpeg-92e791ff37d99cd62a66dbbd3fa5a56bfbae4e4b.tar.gz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |