diff options
Diffstat (limited to 'emulators/qemu/files/patch-fbsd')
-rw-r--r-- | emulators/qemu/files/patch-fbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/files/patch-fbsd b/emulators/qemu/files/patch-fbsd index 8eb291442d1f..58aebeeb42c4 100644 --- a/emulators/qemu/files/patch-fbsd +++ b/emulators/qemu/files/patch-fbsd @@ -7,7 +7,7 @@ Index: qemu/Makefile +all: bsd/libmath.a $(TOOLS) $(DOCS) recurse-all + +bsd/libmath.a: -+ ( cd bsd ; $(BSD_MAKE) CC=$(CC) ) ++ ( cd bsd ; unset MAKEFLAGS ; $(BSD_MAKE) CC=$(CC) ) SUBDIR_RULES=$(patsubst %,subdir-%, $(TARGET_DIRS)) |