Create the /usr/lib/include symlink as relative.
This ugly code is done to avoid assuming LIBDIR is 2 components deep. Reported by: jhb
This commit is contained in:
parent
72a02000d9
commit
34ecf41885
@ -108,7 +108,7 @@ NEWVERS_SH= ${SYSDIR}/conf/newvers.sh
|
||||
PARAM_H= ${SYSDIR}/sys/param.h
|
||||
MK_OSRELDATE_SH= ${.CURDIR}/mk-osreldate.sh
|
||||
|
||||
SYMLINKS+= ${INCLUDEDIR} ${LIBDIR}/include
|
||||
SYMLINKS+= ${LIBDIR:C,[^/]+,..,g:C,^/,,}${INCLUDEDIR} ${LIBDIR}/include
|
||||
|
||||
osreldate.h: ${NEWVERS_SH} ${PARAM_H} ${MK_OSRELDATE_SH}
|
||||
env NEWVERS_SH=${NEWVERS_SH} PARAMFILE=${PARAM_H} SYSDIR=${SYSDIR} \
|
||||
|
Loading…
Reference in New Issue
Block a user