Makefile: Add dependency to fix linux-user-only build
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 21 Feb 2012 14:44:40 +0000 (14:44 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 22 Feb 2012 15:02:52 +0000 (09:02 -0600)
commit187c207d9b2c9e6d1aa73b58802c16a15c44c8cc
treee6b43a78c96e000f72f52ccdc2c0cdc078c8a0e2
parenta0abe474d587499a1553372c1692811f81fd3eda
Makefile: Add dependency to fix linux-user-only build

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 <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile