Makefile.inc1: Fix a typo
Fixes: 266f640b38 ("Makefile.inc1: Remove non-NO_ROOT cases from distributeworld")
This commit is contained in:
+1
-1
@@ -1004,7 +1004,7 @@ IMAKE_MTREE= MTREE_CMD="${MTREE_CMD} ${MTREEFLAGS}"
|
||||
.if ${DISTDIR:U/} == /
|
||||
.error DISTDIR must be set for make distributeworld and may not be the root directory.
|
||||
.endif
|
||||
if !defined(NO_ROOT) || !defined(METALOG)
|
||||
.if !defined(NO_ROOT) || !defined(METALOG)
|
||||
.error NO_ROOT and METALOG must be set for make distributeworld.
|
||||
.endif
|
||||
CERTCTLDESTDIR= ${DESTDIR}/${DISTDIR}
|
||||
|
||||
Reference in New Issue
Block a user