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

Approved by:	cognet
This commit is contained in:
rene 2013-03-27 15:03:18 +00:00
parent c45e5da903
commit a814f2ca00

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