# HG changeset patch # User diego # Date 1159897337 0 # Node ID 3edc402d7b626455c0176e334a27ab8e40f90f03 # Parent 3a151ccc6ed7f9226d6aa1782e41759ce2ad43d8 Mark all phony targets as such. diff -r 3a151ccc6ed7 -r 3edc402d7b62 Makefile --- a/Makefile Tue Oct 03 17:12:48 2006 +0000 +++ b/Makefile Tue Oct 03 17:42:17 2006 +0000 @@ -422,3 +422,5 @@ fft-test: fft-test.o $(LIB) $(CC) -o $@ $^ $(LIBAVUTIL) -lm + +.PHONY: amrlibs tests