debuggers.hg
changeset 6688:99f12399b25a
Fix dependencies.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
author | cl349@firebug.cl.cam.ac.uk |
---|---|
date | Wed Sep 07 01:03:02 2005 +0000 (2005-09-07) |
parents | 8db9c5873b9b |
children | 7a36f58f64ee 63e226a5e272 |
files | tools/libxc/Makefile |
line diff
1.1 --- a/tools/libxc/Makefile Tue Sep 06 18:29:53 2005 +0000 1.2 +++ b/tools/libxc/Makefile Wed Sep 07 01:03:02 2005 +0000 1.3 @@ -139,7 +139,7 @@ libxenguest.so: libxenguest.so.$(MAJOR) 1.4 libxenguest.so.$(MAJOR): libxenguest.so.$(MAJOR).$(MINOR) 1.5 ln -sf $< $@ 1.6 1.7 -libxenguest.so.$(MAJOR).$(MINOR): $(PIC_BUILD_OBJS) 1.8 +libxenguest.so.$(MAJOR).$(MINOR): $(PIC_BUILD_OBJS) libxenctrl.so 1.9 $(CC) $(CFLAGS) $(LDFLAGS) -Wl,-soname -Wl,libxenguest.so.$(MAJOR) -shared -o $@ $^ -lz -lxenctrl 1.10 1.11 -include $(DEPS)