diff options
Diffstat (limited to 'src/qemu/Makefile')
-rwxr-xr-x | src/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qemu/Makefile b/src/qemu/Makefile index 5f5e941f..b105496c 100755 --- a/src/qemu/Makefile +++ b/src/qemu/Makefile @@ -68,7 +68,7 @@ sanity: $(WORK_DIR)/configure: $(TAG_DONE_FLAG) $(WORK_DIR): - $(AT)git clone $(QEMU_URL) + $(AT)git clone $(QEMU_URL) qemu $(TAG_DONE_FLAG): $(WORK_DIR) $(AT)cd $(WORK_DIR); git checkout $(QEMU_TAG) |