We do not create .d files, thus no need to remove them.
Originally committed as revision 9278 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user