summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/Makefile.template
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/winsys/drm/Makefile.template')
-rw-r--r--src/gallium/winsys/drm/Makefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/winsys/drm/Makefile.template b/src/gallium/winsys/drm/Makefile.template
index 9f984f1090..7146e112d0 100644
--- a/src/gallium/winsys/drm/Makefile.template
+++ b/src/gallium/winsys/drm/Makefile.template
@@ -71,7 +71,7 @@ $(LIBNAME): $(OBJECTS) $(MESA_MODULES) $(PIPE_DRIVERS) Makefile \
$(DRI_LIB_DEPS) $(DRIVER_EXTRAS)
$(CC) -o $@.test $(TOP)/src/mesa/drivers/dri/common/dri_test.o $@.tmp -L$(TOP)/lib -lGL
@rm -f $@.test
- mv $@.tmp $@
+ mv -f $@.tmp $@
$(TOP)/$(LIB_DIR)/gallium:
mkdir -p $@