From e248f940506a678acc0cad1c925c0b11cca09672 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 10 Dec 2007 14:19:35 -0700 Subject: remove ~ backup files --- src/mesa/pipe/cell/spu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/pipe') diff --git a/src/mesa/pipe/cell/spu/Makefile b/src/mesa/pipe/cell/spu/Makefile index 700a6c61cd..8e606dd1a2 100644 --- a/src/mesa/pipe/cell/spu/Makefile +++ b/src/mesa/pipe/cell/spu/Makefile @@ -45,7 +45,7 @@ tri.o: tri.c clean: - rm -f *.o *.a *.d $(PROG_SPU) + rm -f *~ *.o *.a *.d $(PROG_SPU) -- cgit v1.2.3