fix make includes
This commit is contained in:
parent
ee36daecae
commit
91fd648adb
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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"; \
|
||||
|
|
Loading…
Add table
Reference in a new issue