changeset 3067:d084a83f2117 libavcodec

Remove obscure Makefile.bak entry from distclean rules.
author diego
date Thu, 26 Jan 2006 23:42:30 +0000
parents 04b924f8f5a5
children 9aa8d8587bea
files Makefile libpostproc/Makefile
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Wed Jan 25 22:10:13 2006 +0000
+++ b/Makefile	Thu Jan 26 23:42:30 2006 +0000
@@ -459,7 +459,7 @@
 	$(MAKE) -C libpostproc clean
 
 distclean: clean
-	rm -f Makefile.bak .depend
+	rm -f .depend
 	$(MAKE) -C libpostproc distclean
 
 cleanamr:
--- a/libpostproc/Makefile	Wed Jan 25 22:10:13 2006 +0000
+++ b/libpostproc/Makefile	Thu Jan 26 23:42:30 2006 +0000
@@ -28,7 +28,7 @@
 	rm -f *.o *.d *~ *.a *.lib *.so *.dylib *.dll
 
 distclean: clean
-	rm -f Makefile.bak .depend
+	rm -f .depend
 
 dep:    depend