diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-26 23:42:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-26 23:42:30 +0000 |
commit | 04c07634d6367800326a18cdb22b50a82ea8784e (patch) | |
tree | ec466c4fcd0cba2f94c39efe3037c09d7f8c1085 /Makefile | |
parent | d9d434b8398fa183c737529ea503c8af5ae661ab (diff) | |
download | ffmpeg-04c07634d6367800326a18cdb22b50a82ea8784e.tar.gz |
Remove obscure Makefile.bak entry from distclean rules.
Originally committed as revision 4901 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |