Remove dependency on NLSDIR entirely, now that it's not auto-created.
This commit is contained in:
parent
a1ba73d6c3
commit
4fe26460e9
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.nls.mk,v 1.33 2001/11/06 10:59:15 lukem Exp $
|
||||
# $NetBSD: bsd.nls.mk,v 1.34 2001/11/06 16:20:16 tv Exp $
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
|
@ -33,10 +33,6 @@ realall: ${NLSALL}
|
|||
nlsinstall:: # ensure existence
|
||||
.if ${MKNLS} != "no"
|
||||
|
||||
nlsinstall:: ${DESTDIR}${NLSDIR}
|
||||
.PRECIOUS: ${DESTDIR}${NLSDIR}
|
||||
.PHONY: ${DESTDIR}${NLSDIR}
|
||||
|
||||
__nlsinstall: .USE
|
||||
${INSTALL_FILE} -o ${NLSOWN} -g ${NLSGRP} -m ${NLSMODE} \
|
||||
${.ALLSRC} ${.TARGET}
|
||||
|
|
Loading…
Reference in New Issue