]> git.proxmox.com Git - qemu.git/commit - Makefile.target
build: Fix linkage of QEMU_PROG
authorLluís <xscript@gmx.net>
Wed, 31 Aug 2011 18:30:30 +0000 (20:30 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 1 Sep 2011 09:34:53 +0000 (10:34 +0100)
commite03b41d47708744669aaa51e781021c3dc380198
tree8df4354c3c950a56e1c0012e7a53d191c79b6269
parentbdc76462aca464f11286ddcf6d5b748b4547267e
build: Fix linkage of QEMU_PROG

Using '$^' to establish the files to link with will remove any repeated entries
in the list of dependencies.

Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu>
Makefile.target