Message ID | 3b3f194e3d03ced5ab68c6244475e594ca3404fe.1249301360.git.quintela@redhat.com |
---|---|
State | Superseded |
Headers | show |
diff --git a/Makefile.target b/Makefile.target index 9053b00..3f90d07 100644 --- a/Makefile.target +++ b/Makefile.target @@ -32,8 +32,7 @@ QEMU_CFLAGS+=-I/opt/SUNWspro/prod/include/cc endif endif -kvm.o: QEMU_CFLAGS+=$(KVM_CFLAGS) -kvm-all.o: QEMU_CFLAGS+=$(KVM_CFLAGS) +kvm.o kvm-all.o: QEMU_CFLAGS+=$(KVM_CFLAGS) all: $(PROGS) # Dummy command so that make thinks it has done something
Signed-off-by: Juan Quintela <quintela@redhat.com> --- Makefile.target | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)