[FFmpeg-devel] [PATCH] testclean missing from .PHONY
Reimar Döffinger
Reimar.Doeffinger
Thu Mar 12 12:58:14 CET 2009
Hello,
it seems the testclean target is missing from .PHONY. I still haven't
found a reason for the spurious "make test" failures I have though
(where codectest etc. appear in a gcc command), does nobody else have
that?
I use "GNU Make 3.81".
Index: Makefile
===================================================================
--- Makefile (revision 17945)
+++ Makefile (working copy)
@@ -303,4 +303,4 @@
$(CC) $(FF_LDFLAGS) $(CFLAGS) -o $@ $< $(FF_EXTRALIBS)
-.PHONY: lib documentation *test regtest-* swscale-error zlib-error alltools check
+.PHONY: lib documentation *test regtest-* testclean swscale-error zlib-error alltools check
More information about the ffmpeg-devel
mailing list