Skip to content

Commit

Permalink
Fix install error at make install
Browse files Browse the repository at this point in the history
At db72f86 is missing change in Makefile.
This err was reporting at bkuhls.
This patch fix it.
  • Loading branch information
AGLExport authored and illiliti committed Jun 9, 2021
1 parent 692cb07 commit eb30a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb30a8b

Please sign in to comment.