From eb30a8bc85d4b96b4c64516cf11d5959a6bfe36e Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Wed, 9 Jun 2021 08:19:47 +0000 Subject: [PATCH] Fix install error at make install At db72f8610d62a5e6884c6d8d86660d07e49455c4 is missing change in Makefile. This err was reporting at bkuhls. This patch fix it. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1ade0a..e75f536 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ libudev.pc: libudev.pc.in -e 's|@VERSION@|243|g' \ libudev.pc.in > libudev.pc -install: libudev.so libudev.a libudev.pc +install: libudev.so.1 libudev.a libudev.pc mkdir -p ${DESTDIR}${INCLUDEDIR} ${DESTDIR}${LIBDIR} ${DESTDIR}${PKGCONFIGDIR} cp -f udev.h ${DESTDIR}${INCLUDEDIR}/libudev.h cp -f libudev.a ${DESTDIR}${LIBDIR}/libudev.a