diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-14 02:18:43 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-09-14 02:18:43 +0000 |
commit | 5250aa7c6ab53888070034ca93d8f90746dfcc25 (patch) | |
tree | 6a82388f57ad1b25788847b0716be041e56dc861 | |
parent | 7a534dcab1db680319643cdcf3f97eb98231ba68 (diff) |
remove rm -f line
-rw-r--r-- | src/mesa/Makefile | 1 |
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 "$@" ; \ |