remove rm -f line

This commit is contained in:
Brian Paul 2005-09-14 02:18:43 +00:00
parent 7a534dcab1
commit 5250aa7c6a

View file

@ -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 "$@" ; \