]> git.proxmox.com Git - qemu.git/commit
build: fix build breakage due to bad merge
authorAnthony Liguori <aliguori@us.ibm.com>
Tue, 17 Jul 2012 23:58:20 +0000 (18:58 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 17 Jul 2012 23:58:20 +0000 (18:58 -0500)
commitcb5fc67db90d80c5dddbd7be1044cc10ef471974
tree86d8537e51557688a4dff0eb43a8221c9618f4db
parent34bb443ee74df3780d86044dbf6492eb798c5807
build: fix build breakage due to bad merge

34bb443ee74df3780d86044dbf6492eb798c5807 broke the build but in a subtle way.
The patch on the ML was actually based on the 1.1.1 stable branch
(accidentally).  When I merged it from the ML, the fuzzing got resolved in a
such a way that the newly introduced Makefile dependency on GENERATED_HEADERS
got lost (that was not in 1.1.1).

The dist bits also got duplicated (but this is just cosmetic).

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile