OSDN Git Service

remove rm -f line
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 14 Sep 2005 02:18:43 +0000 (02:18 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 14 Sep 2005 02:18:43 +0000 (02:18 +0000)
src/mesa/Makefile

index 4260abd..8896bb2 100644 (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 "$@" ; \