From 5250aa7c6ab53888070034ca93d8f90746dfcc25 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 14 Sep 2005 02:18:43 +0000 Subject: [PATCH] remove rm -f line --- src/mesa/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 4260abde4c5..8896bb28694 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 "$@" ; \ -- 2.30.2