This appears to be a remnant of when kqemu was non-free.  It broke build
for me (not sure under which conditions it can be reproduced, but the fix
is obvious, see the patch).

-- 
Robert Millan

My spam trap is [EMAIL PROTECTED]  Note: this address is only intended
for spam harvesters.  Writing to it will get you added to my black list.
diff -ur kqemu-1.3.0~pre11.old/Makefile kqemu-1.3.0~pre11/Makefile
--- kqemu-1.3.0~pre11.old/Makefile	2007-07-17 19:37:57.000000000 +0200
+++ kqemu-1.3.0~pre11/Makefile	2007-07-17 19:36:52.000000000 +0200
@@ -90,9 +90,9 @@
 # called from 2.6 kernel kbuild
 
 obj-m:= kqemu.o
-kqemu-objs:= kqemu-linux.o kqemu-mod.o
+kqemu-objs:= kqemu-linux.o kqemu-mod-$(ARCH).o
 
-$(obj)/kqemu-mod.o: $(src)/kqemu-mod-$(ARCH).o
-	cp $< $@
+$(obj)/kqemu-mod-$(ARCH).o:
+	$(MAKE) -C $(obj)/common
 endif
 endif # PATCHLEVEL

Reply via email to