Fix pkg-config installation

This commit is contained in:
Matthieu Herrb 2023-08-14 11:45:50 +02:00
parent adbdfee2a4
commit e83a241d77

View file

@ -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