|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fix xsls build dependency.
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID f8c725f1fce800d776a4abf84e081f6662823c74
# Parent c81c8a2821aa0cf8595e2372b9ea5d6bd1fb2b84
Fix xsls build dependency.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
diff -r c81c8a2821aa -r f8c725f1fce8 tools/xenstore/Makefile
--- a/tools/xenstore/Makefile Wed Oct 12 16:04:11 2005
+++ b/tools/xenstore/Makefile Wed Oct 12 17:18:43 2005
@@ -40,8 +40,8 @@
$(CLIENTS_OBJS): xenstore_%.o: xenstore_client.c
$(COMPILE.c) -DCLIENT_$(*F) -o $@ $<
-xsls: xsls.o
- $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl -L. -lxenstore -o $@
+xsls: xsls.o libxenstore.so
+ $(LINK.o) $< $(LOADLIBES) $(LDLIBS) -lxenctrl -L. -lxenstore -o $@
xenstored_test: xenstored_core_test.o xenstored_watch_test.o
xenstored_domain_test.o xenstored_transaction_test.o xs_lib.o talloc_test.o
fake_libxc.o utils.o tdb.o
$(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -o $@
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] Fix xsls build dependency.,
Xen patchbot -unstable <=
|
|
|
|
|