Re: [Qemu-devel] [PATCH] Makefile: Add dependency to fix linux-user-only build

2012-02-22 Thread Anthony Liguori
On 02/21/2012 08:44 AM, Peter Maydell wrote: Make qemu-bridge-helper explicitly depend on $(GENERATED_HEADERS) so that it doesn't fail to build when we configured for linux-user targets only. (Build breakage introduced in commit 7b93fad.) Signed-off-by: Peter Maydell Applied. Thanks. Regards

[Qemu-devel] [PATCH] Makefile: Add dependency to fix linux-user-only build

2012-02-21 Thread Peter Maydell
Make qemu-bridge-helper explicitly depend on $(GENERATED_HEADERS) so that it doesn't fail to build when we configured for linux-user targets only. (Build breakage introduced in commit 7b93fad.) Signed-off-by: Peter Maydell --- I suspect we could handle generated headers better in our makefile tha