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:
Diego Biurrun
2007-06-10 21:48:54 +00:00
parent fa62bdb868
commit b8d4082552
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ uninstall:
$(CC) $(LDFLAGS) -o $@ $(VHOOKSHFLAGS) $< $(VHOOKLIBS) $(LIBS_$@)
clean:
rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
rm -f *.o *~ *.a *.lib *.so *.dylib *.dll
distclean: clean
rm -f .depend