diff --git a/Makefile.inc1 b/Makefile.inc1 index d773234d97c1..5c9cafa6f50d 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1639,4 +1639,7 @@ _xi-links: ln -sf ../../${XDTP}/usr/bin/$$i \ ../../../../usr/bin/${XDDIR}${OSREL}-$$i; \ done +.else +xdev xdev-buil xdev-install: + @echo "*** Error: Both XDEV and XDEV_ARCH must be defined for \"${.TARGET}\" target" .endif