Fix a typo, 'xdev-build' should be spelled with a 'd' at the end.

Approved by:	cognet
This commit is contained in:
Rene Ladan 2013-03-27 15:03:18 +00:00
parent f3215a60fd
commit 829e39ff92

View File

@ -1819,6 +1819,6 @@ _xi-links:
../../../../usr/bin/${XDDIR}${OSREL}-$$i; \
done
.else
xdev xdev-buil xdev-install:
xdev xdev-build xdev-install:
@echo "*** Error: Both XDEV and XDEV_ARCH must be defined for \"${.TARGET}\" target"
.endif