1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

Remove obscure Makefile.bak entry from distclean rules.

Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2006-01-26 23:42:30 +00:00
parent d9d434b839
commit 04c07634d6
6 changed files with 6 additions and 6 deletions

View File

@@ -168,7 +168,7 @@ distclean: clean
$(MAKE) -C libavformat distclean
$(MAKE) -C tests distclean
$(MAKE) -C vhook distclean
rm -f Makefile.bak .depend config.mak config.h *.pc
rm -f .depend config.mak config.h *.pc
TAGS:
etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch]