debuggers.hg
diff tools/libxutil/Makefile @ 3624:c3c66a2762cb
bitkeeper revision 1.1159.212.54 (41fac89fnck8lIgXT0fcIHlQ9aM_7Q)
Merge scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-2.0-testing.bk
into scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
Merge scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-2.0-testing.bk
into scramble.cl.cam.ac.uk:/local/scratch/kaf24/xen-unstable.bk
author | kaf24@scramble.cl.cam.ac.uk |
---|---|
date | Fri Jan 28 23:19:59 2005 +0000 (2005-01-28) |
parents | 30ee9c427a5b 0c8d62df84ae |
children | bbe8541361dd 09723a1de726 |
line diff
1.1 --- a/tools/libxutil/Makefile Fri Jan 28 22:30:30 2005 +0000 1.2 +++ b/tools/libxutil/Makefile Fri Jan 28 23:19:59 2005 +0000 1.3 @@ -64,7 +64,7 @@ check-for-zlib: 1.4 1.5 install: all 1.6 [ -d $(DESTDIR)/usr/lib ] || $(INSTALL_DIR) -p $(DESTDIR)/usr/lib 1.7 - $(INSTALL_PROG) $(LIB) $(DESTDIR)/usr/lib 1.8 + $(INSTALL_PROG) $(LIB_NAME).so.$(MAJOR).$(MINOR) $(DESTDIR)/usr/lib 1.9 ln -sf $(LIB_NAME).so.$(MAJOR).$(MINOR) $(DESTDIR)/usr/lib/$(LIB_NAME).so.$(MAJOR) 1.10 ln -sf $(LIB_NAME).so.$(MAJOR) $(DESTDIR)/usr/lib/$(LIB_NAME).so 1.11