Bah, fix these stupid make targets.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20091030163209-td7vxbq5vkxva5zc
This commit is contained in:
@@ -46,10 +46,11 @@ install: all
|
||||
install -d $(LIBDIR)
|
||||
ifdef STATIC
|
||||
install -m 644 libxbps.a $(LIBDIR)
|
||||
endif
|
||||
else
|
||||
install -m 644 $(LIBXBPS_SHLIB) $(LIBDIR)
|
||||
cp -a libxbps.so $(LIBDIR)
|
||||
cp -a libxbps.so.$(LIBMAJOR) $(LIBDIR)
|
||||
endif
|
||||
|
||||
.PHONY: uninstall
|
||||
uninstall:
|
||||
|
Reference in New Issue
Block a user