summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-14 02:18:43 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-14 02:18:43 +0000
commit5250aa7c6ab53888070034ca93d8f90746dfcc25 (patch)
tree6a82388f57ad1b25788847b0716be041e56dc861 /src/mesa/Makefile
parent7a534dcab1db680319643cdcf3f97eb98231ba68 (diff)
remove rm -f line
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r--src/mesa/Makefile1
1 files changed, 0 insertions, 1 deletions
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 "$@" ; \