From c8107e1564b783e344be4af53dd156a452c53eee Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 22 Jan 2008 14:29:11 +0000 Subject: Apply PREFIX directly to LIBDIR. Signed-off-by: Bastian Blank --- tools/console/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/console') diff --git a/tools/console/Makefile b/tools/console/Makefile index d612419732..22df982915 100644 --- a/tools/console/Makefile +++ b/tools/console/Makefile @@ -3,7 +3,7 @@ XEN_ROOT=../.. include $(XEN_ROOT)/tools/Rules.mk DAEMON_INSTALL_DIR = /usr/sbin -CLIENT_INSTALL_DIR = /usr/$(LIBDIR)/xen/bin +CLIENT_INSTALL_DIR = $(LIBDIR)/xen/bin CFLAGS += -Werror -- cgit v1.2.3