ia64/xen-unstable
changeset 2288:91fe50be0e6c
bitkeeper revision 1.1159.1.85 (41246e6cqFirsFl7JcTf8qlEXs59cA)
Fix libxutil install.
Fix libxutil install.
author | mjw@wray-m-3.hpl.hp.com |
---|---|
date | Thu Aug 19 09:10:04 2004 +0000 (2004-08-19) |
parents | 6160f02c8c62 |
children | 04a0d90a1547 |
files | tools/libxutil/Makefile |
line diff
1.1 --- a/tools/libxutil/Makefile Thu Aug 19 08:44:55 2004 +0000 1.2 +++ b/tools/libxutil/Makefile Thu Aug 19 09:10:04 2004 +0000 1.3 @@ -27,6 +27,8 @@ MAJOR := 1.3 1.4 MINOR := 0 1.5 LIB_NAME := libxutil 1.6 LIB := $(LIB_NAME).so 1.7 +LIB += $(LIB_NAME).so.$(MAJOR) 1.8 +LIB += $(LIB_NAME).so.$(MAJOR).$(MINOR) 1.9 1.10 all: check-for-zlib $(LIB) 1.11