From 91fd648adb3c7fde37063c00597af8a38eb6fea1 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Thu, 6 Jul 2023 11:03:44 +0200 Subject: [PATCH] fix make includes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 276b4d2..f360597 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ PKGCONFIG= libevdev.pc includes: _SUBDIRUSE mkdir -p ${DESTDIR}${INCSDIR}/libevdev - cd ${.CURDIR}; for i in ${INCS}; do \ + cd ${.CURDIR}/libevdev; for i in ${INCS}; do \ j="cmp -s $$i ${DESTDIR}${INCSDIR}/$$i || \ ${INSTALL_DATA} $$i ${DESTDIR}${INCSDIR}/libevdev"; \ echo "\tinstalling $$i"; \