aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 9a97324abd..ded18a9c43 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -117,6 +117,7 @@ ioemu-dir-force-update:
set -ex; \
if [ "$(QEMU_TAG)" ]; then \
cd ioemu-remote; \
+ $(GIT) fetch origin; \
$(GIT) reset --hard $(QEMU_TAG); \
fi