changeset 20:56860d9c35c2 libavutil

Remove obscure Makefile.bak entry from distclean rules.
author diego
date Thu, 26 Jan 2006 23:42:30 +0000
parents 2a55eb7ca57b
children 734ef282845e
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Sun Jan 22 18:34:17 2006 +0000
+++ b/Makefile	Thu Jan 26 23:42:30 2006 +0000
@@ -53,7 +53,7 @@
 	rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
 
 distclean: clean
-	rm -f Makefile.bak .depend
+	rm -f .depend
 
 
 ifeq ($(BUILD_SHARED),yes)