aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/Makefile
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-16 11:53:37 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-08-16 11:53:37 +0100
commit75205296f971bc3e9134eb9a579b89cd69eb7af6 (patch)
treeb8af5482ba5b2cdc163bfa16b622c5405f43ad58 /tools/xenstore/Makefile
parent4aedf8adc3d1d921b93449bd535d6edb191fd5a3 (diff)
downloadxen-75205296f971bc3e9134eb9a579b89cd69eb7af6.tar.gz
xen-75205296f971bc3e9134eb9a579b89cd69eb7af6.tar.bz2
xen-75205296f971bc3e9134eb9a579b89cd69eb7af6.zip
This is a small patch that makes a cross compiler successfully compile
the sources under the tools directory. This patch became necessary after qemu-dm is updated to a newer version. Signed-off-by: Hiroya INAKOSHI <inakoshi.hiroya@jp.fujitsu.com>
Diffstat (limited to 'tools/xenstore/Makefile')
-rw-r--r--tools/xenstore/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile
index b568a24c5a..279a5a5354 100644
--- a/tools/xenstore/Makefile
+++ b/tools/xenstore/Makefile
@@ -98,7 +98,7 @@ libxenstore.so.$(MAJOR).$(MINOR): xs.opic xs_lib.opic
$(CC) $(CFLAGS) $(LDFLAGS) -Wl,-soname -Wl,libxenstore.so.$(MAJOR) -shared -o $@ $^ -lpthread
libxenstore.a: xs.o xs_lib.o
- ar rcs libxenstore.a $^
+ $(AR) rcs libxenstore.a $^
.PHONY: clean
clean: testsuite-clean