mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ncurses: fix typo in makefile
This commit is contained in:
parent
24b51c7295
commit
9082bc4c3d
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ all: ${STATIC_LDSCRIPT}
|
|||
|
||||
install-aldscript: ${STATIC_LDSCRIPT}
|
||||
${INSTALL} ${TAG_ARGS:D${TAG_ARGS},dev} -S -C -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \
|
||||
${_INSTALLFLAGS} ${STATIC_LDSCRIPT} ${DESTDIR}${_LIBDI}/lib${LIB}.a
|
||||
${_INSTALLFLAGS} ${STATIC_LDSCRIPT} ${DESTDIR}${_LIBDIR}/lib${LIB}.a
|
||||
|
||||
realinstall: install-aldscript
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue