summaryrefslogtreecommitdiff
path: root/common.mak
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-06-10 21:48:54 +0000
committerDiego Biurrun <diego@biurrun.de>2007-06-10 21:48:54 +0000
commitb8d4082552c0d1ea2268325ff23cb3d68db8f91c (patch)
tree8c42b178f821fdf133fe43bf871b99a43127999c /common.mak
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 'common.mak')
-rw-r--r--common.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak
index 191598aca1..0274a5a725 100644
--- a/common.mak
+++ b/common.mak
@@ -46,7 +46,7 @@ depend dep: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend
clean::
- rm -f *.o *.d *~ *.a *.lib *.so *.so.* *.dylib *.dll \
+ rm -f *.o *~ *.a *.lib *.so *.so.* *.dylib *.dll \
*.def *.dll.a *.exp
distclean: clean