summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2008-07-12 07:59:14 +0300
committerGuillem Jover <guillem@hadrons.org>2008-07-12 08:09:09 +0300
commit9a2b946fce5c6606f45c4f7627645701448d39f4 (patch)
treea8f8955dd345f30010f8941fa0b7e2e8aa5b0864
parentad52f2eb4c5d8370298de587f090e84727d8bcf2 (diff)
Move LIB_PKGCONFIG dependency to the libs target
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f2f079f..da02e39 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ pkgconfigdir := ${usrlibdir}/pkgconfig
mandir := ${prefix}/share/man
.PHONY: libs
-libs: $(LIB_STATIC) $(LIB_SHARED_SO)
+libs: $(LIB_STATIC) $(LIB_SHARED_SO) $(LIB_PKGCONFIG)
.PHONY: man
man: $(LIB_MANS)
@@ -133,7 +133,7 @@ dist: ChangeLog
gpg -a -b $(TAR_FILE)
.PHONY: install
-install: libs man $(LIB_PKGCONFIG)
+install: libs man
mkdir -p $(DESTDIR)/$(libdir)
mkdir -p $(DESTDIR)/$(usrlibdir)
mkdir -p $(DESTDIR)/$(includedir)/bsd/