[FFmpeg-cvslog] r13450 - trunk/Makefile

Måns Rullgård mans
Tue May 27 14:34:44 CEST 2008


diego <subversion at mplayerhq.hu> writes:

> Author: diego
> Date: Tue May 27 02:32:26 2008
> New Revision: 13450
>
> Log:
> Simplify phony target declaration.
>
> Modified:
>    trunk/Makefile
>
> Modified: trunk/Makefile
> ==============================================================================
> --- trunk/Makefile	(original)
> +++ trunk/Makefile	Tue May 27 02:32:26 2008
> @@ -341,8 +341,6 @@ tests/seek_test$(EXESUF): tests/seek_tes
>  	$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
>
> -.PHONY: lib videohook documentation TAGS
> -.PHONY: codectest libavtest seektest servertest fulltest test
> -.PHONY: $(CODEC_TESTS) $(LAVF_TESTS) regtest-ref swscale-error
> +.PHONY: lib videohook documentation TAGS *test regtest-* swscale-error

make doesn't work like that.

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-cvslog mailing list