Fix pkg-config installation
This commit is contained in:
parent
adbdfee2a4
commit
e83a241d77
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ CLEANFILES+= stdthreads.pc
|
||||||
|
|
||||||
install-pc: stdthreads.pc
|
install-pc: stdthreads.pc
|
||||||
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
|
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||||
stdthreads.pc ${LIBDIR}/pkgconfig
|
stdthreads.pc ${DESTDIR}${LIBDIR}/pkgconfig
|
||||||
|
|
||||||
realinstall: install-pc
|
realinstall: install-pc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue