aboutsummaryrefslogtreecommitdiff
path: root/emulators/qemu/files/patch-fbsd
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu/files/patch-fbsd')
-rw-r--r--emulators/qemu/files/patch-fbsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu/files/patch-fbsd b/emulators/qemu/files/patch-fbsd
index a668fdea52c3..abb69f4ecdc5 100644
--- a/emulators/qemu/files/patch-fbsd
+++ b/emulators/qemu/files/patch-fbsd
@@ -13,7 +13,7 @@ Index: qemu/Makefile
$(MAKE) -C kqemu -f Makefile.winnt
else
- $(MAKE) -C kqemu
-+ ( cd kqemu && $(BSD_MAKE) )
++ ( cd kqemu && $(BSD_MAKE) -f Makefile.freebsd )
endif
endif
@@ -36,7 +36,7 @@ Index: qemu/Makefile
done
ifdef CONFIG_KQEMU
- $(MAKE) -C kqemu clean
-+ cd kqemu && $(BSD_MAKE) clean
++ cd kqemu && $(BSD_MAKE) -f Makefile.freebsd clean
endif
distclean: clean