|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Fix client dependency on libxenstore in Makefile.
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID 43677823b395b7c043cb733a827d62e9c59357d7
# Parent 9e373ffff3e659e665b6df702c44c1db3598742e
Fix client dependency on libxenstore in Makefile.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
diff -r 9e373ffff3e6 -r 43677823b395 tools/xenstore/Makefile
--- a/tools/xenstore/Makefile Thu Oct 13 07:38:49 2005
+++ b/tools/xenstore/Makefile Thu Oct 13 10:12:11 2005
@@ -34,8 +34,8 @@
xenstored: xenstored_core.o xenstored_watch.o xenstored_domain.o
xenstored_transaction.o xs_lib.o talloc.o utils.o tdb.o
$(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl -o $@
-$(CLIENTS): xenstore-%: xenstore_%.o
- $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl -L. -lxenstore -o $@
+$(CLIENTS): xenstore-%: xenstore_%.o libxenstore.so
+ $(LINK.o) $< $(LOADLIBES) $(LDLIBS) -lxenctrl -L. -lxenstore -o $@
$(CLIENTS_OBJS): xenstore_%.o: xenstore_client.c
$(COMPILE.c) -DCLIENT_$(*F) -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 client dependency on libxenstore in Makefile.,
Xen patchbot -unstable <=
|
|
|
|
|