diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-07-02 18:24:11 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-07-02 18:24:11 +0000 |
commit | 5c6a5d584eeb2bdca148b3fe256f9cd171f93238 (patch) | |
tree | beebd689fea3a9ca41e1748eab0040017bd77714 /Makefile | |
parent | bf8409947fe5bf5bd1fa0a86ee852af3c9e63294 (diff) | |
download | ffmpeg-5c6a5d584eeb2bdca148b3fe256f9cd171f93238.tar.gz |
simplify
Originally committed as revision 5581 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ distclean: clean $(MAKE) -C libpostproc distclean $(MAKE) -C tests distclean $(MAKE) -C vhook distclean - rm -f .depend config.mak config.h version.h *.pc config.err config.log + rm -f .depend version.h config.* *.pc TAGS: etags *.[ch] libavformat/*.[ch] libavcodec/*.[ch] |