summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-12-10 14:19:35 -0700
committerBrian <brian.paul@tungstengraphics.com>2007-12-10 14:19:35 -0700
commite248f940506a678acc0cad1c925c0b11cca09672 (patch)
tree4721b72765fa0bad8d741658d8232531a35ad3fc
parent36ef54deae0128e5e78e2f9257189b0168120732 (diff)
remove ~ backup files
-rw-r--r--src/mesa/pipe/cell/spu/Makefile2
1 files changed, 1 insertions, 1 deletions
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)