makefile: add trailing slash to directories in install target
This commit is contained in:
parent
e63e7a77a2
commit
60c4b03493
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -70,8 +70,8 @@ install:
|
||||||
mkdir -p "${DESTDIR}${PREFIX}"/bin
|
mkdir -p "${DESTDIR}${PREFIX}"/bin
|
||||||
mkdir -p "${DESTDIR}${PREFIX}"/include/callisto
|
mkdir -p "${DESTDIR}${PREFIX}"/include/callisto
|
||||||
mkdir -p "${DESTDIR}${PREFIX}"/lib
|
mkdir -p "${DESTDIR}${PREFIX}"/lib
|
||||||
cp -f ${HEADERS} "${DESTDIR}${PREFIX}"/include/callisto
|
cp -f ${HEADERS} "${DESTDIR}${PREFIX}"/include/callisto/
|
||||||
cp -f csto "${DESTDIR}${PREFIX}"/bin
|
cp -f csto "${DESTDIR}${PREFIX}"/bin/
|
||||||
cp -f libcallisto.a "${DESTDIR}${PREFIX}"/lib
|
cp -f libcallisto.a "${DESTDIR}${PREFIX}"/lib/
|
||||||
|
|
||||||
.PHONY: all clean doc install
|
.PHONY: all clean doc install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue