aboutsummaryrefslogtreecommitdiff
path: root/nxcomp
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2015-08-26 00:29:14 +0200
committerUlrich Sibiller <uli42@gmx.de>2015-08-26 00:29:14 +0200
commit6615de8dd9a08dd3c6cd0d6bebdb6158b32844f6 (patch)
tree0f973d347ee99e4378e3f96b4b06eb73f089bfe0 /nxcomp
parent00cec4924157db9498d56e5c1fbde852e8eb3717 (diff)
downloadnx-libs-6615de8dd9a08dd3c6cd0d6bebdb6158b32844f6.tar.gz
nx-libs-6615de8dd9a08dd3c6cd0d6bebdb6158b32844f6.tar.bz2
nx-libs-6615de8dd9a08dd3c6cd0d6bebdb6158b32844f6.zip
create pkgcnfig dir before copying anything
Diffstat (limited to 'nxcomp')
-rw-r--r--nxcomp/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/nxcomp/Makefile.in b/nxcomp/Makefile.in
index a8647cead..83da1ec4f 100644
--- a/nxcomp/Makefile.in
+++ b/nxcomp/Makefile.in
@@ -287,6 +287,7 @@ install.bin:
install.lib: all
./mkinstalldirs $(DESTDIR)${libdir}
./mkinstalldirs $(DESTDIR)${includedir}/nx
+ ./mkinstalldirs $(DESTDIR)${pkgconfigdir}
$(INSTALL_DATA) $(LIBFULL) $(DESTDIR)${libdir}
$(INSTALL_LINK) $(LIBLOAD) $(DESTDIR)${libdir}
$(INSTALL_LINK) $(LIBSHARED) $(DESTDIR)${libdir}