Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-11 01:48:54 +0400
committerDiego Biurrun <diego@biurrun.de>2007-06-11 01:48:54 +0400
commitb8d4082552c0d1ea2268325ff23cb3d68db8f91c (patch)
tree8c42b178f821fdf133fe43bf871b99a43127999c /Makefile
parentfa62bdb8684ed7cfc77207004d79d2119dbc2723 (diff)
We do not create .d files, thus no need to remove them.
Originally committed as revision 9278 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ce1e50e99..574b7227e8 100644
--- a/Makefile
+++ b/Makefile
@@ -213,7 +213,7 @@ clean:
$(MAKE) -C libpostproc clean
$(MAKE) -C libswscale clean
$(MAKE) -C vhook clean
- rm -f *.o *.d *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \
+ rm -f *.o *~ .libs gmon.out TAGS $(ALLPROGS) $(ALLPROGS_G) \
output_example$(EXESUF) qt-faststart$(EXESUF) cws2fws$(EXESUF)
rm -f doc/*.html doc/*.pod doc/*.1
rm -rf tests/vsynth1 tests/vsynth2 tests/data tests/asynth1.sw tests/*~