From f14bfdf95283fc6401a4f701140838b91511f499 Mon Sep 17 00:00:00 2001 From: Juan Quintela Date: Mon, 3 Aug 2009 14:47:11 +0200 Subject: Move libsunpath to use the same style than everything else Signed-off-by: Juan Quintela Signed-off-by: Anthony Liguori Message-Id: --- Makefile.target | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 08d9e96..b7406f8 100644 --- a/Makefile.target +++ b/Makefile.target @@ -24,13 +24,6 @@ translate.o: QEMU_CFLAGS += $(call cc-option, $(QEMU_CFLAGS), -fno-unit-at-a-tim endif LIBS+=-lm -ifdef CONFIG_SOLARIS -ifdef CONFIG_NEEDS_LIBSUNMATH -LIBS+=-lsunmath -LDFLAGS+=-L/opt/SUNWspro/prod/lib -R/opt/SUNWspro/prod/lib -QEMU_CFLAGS+=-I/opt/SUNWspro/prod/include/cc -endif -endif kvm.o kvm-all.o: QEMU_CFLAGS+=$(KVM_CFLAGS) -- cgit v1.1