From 5250aa7c6ab53888070034ca93d8f90746dfcc25 Mon Sep 17 00:00:00 2001
From: Brian Paul <brian.paul@tungstengraphics.com>
Date: Wed, 14 Sep 2005 02:18:43 +0000
Subject: remove rm -f line

---
 src/mesa/Makefile | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src')

diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 4260abde4c..8896bb2869 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -51,7 +51,6 @@ beos: depend subdirs libmesa.a
 
 # Make archive of core object files
 libmesa.a: $(SOLO_OBJECTS)
-	rm -f $@
 	@ $(TOP)/bin/mklib -o mesa -static $(SOLO_OBJECTS);
 	@if [ "${CONFIG_NAME}" = "beos" ] ; then \
 		mimeset -f "$@" ; \
-- 
cgit v1.2.3