[Ffmpeg-cvslog] CVS: ffmpeg/tests Makefile,1.26,1.27

Diego Biurrun CVS diego
Mon Jan 16 15:59:57 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/tests
In directory mail:/var2/tmp/cvs-serv15466/tests

Modified Files:
	Makefile 
Log Message:
Make clean/distclean consistent throughout all the Makefiles.


Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/tests/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile	14 Jan 2006 01:58:38 -0000	1.26
+++ Makefile	16 Jan 2006 14:59:54 -0000	1.27
@@ -72,6 +72,6 @@
 dsptest: dsptest.c $(DSPDEPS)
 	$(CC) -O4 -fomit-frame-pointer -DHAVE_AV_CONFIG_H -I.. -I$(SRC_PATH)/libavcodec/i386 -I$(SRC_PATH)/libavcodec/ -o $@ $< -lm
 
-clean:
+distclean clean:
 	rm -rf vsynth1 vsynth2 data
 	rm -f asynth1.sw *~ audiogen videogen rotozoom tiny_psnr





More information about the ffmpeg-cvslog mailing list