From 4aeea194e3d631da652604da48ff73dd704db5c5 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 30 Oct 2009 12:22:31 +0100 Subject: [PATCH] lib/Makefile: don't forget to install the static lib. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091030112231-h1onlwabxst3am0h --- lib/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index 7d670f3d..c5038555 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -44,9 +44,7 @@ libxbps.a: $(OBJS) .PHONY: install install: all install -d $(LIBDIR) -ifdef STATIC install -m 644 libxbps.a $(LIBDIR) -endif install -m 644 $(LIBXBPS_SHLIB) $(LIBDIR) cp -a libxbps.so $(LIBDIR) cp -a libxbps.so.$(LIBMAJOR) $(LIBDIR)