changeset 917:f1104ac8de95 libavformat

Remove obscure Makefile.bak entry from distclean rules.
author diego
date Thu, 26 Jan 2006 23:42:30 +0000
parents 061718a23581
children e50e8bfb90ed
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Jan 26 19:42:45 2006 +0000
+++ b/Makefile	Thu Jan 26 23:42:30 2006 +0000
@@ -157,7 +157,7 @@
 	rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
 
 distclean: clean
-	rm -f Makefile.bak .depend
+	rm -f .depend
 
 #
 # include dependency files if they exist