From 8d4718381db744b6932f5c166ea3b403ec909d07 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 12 Nov 2005 19:28:46 +0000 Subject: Don't check DESTDIR when making distributeworld; the latter expects DISTDIR. Reported by: nyan --- Makefile.inc1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 3ebeadd..e3cb6f4 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -484,6 +484,7 @@ SPECIAL_INSTALLCHECKS= # Require DESTDIR to be set if installing for a different architecture. # .if ${TARGET_ARCH} != ${MACHINE_ARCH} || ${TARGET} != ${MACHINE} +.if !make(distributeworld) SPECIAL_INSTALLCHECKS+= installcheck_DESTDIR installcheck_DESTDIR: .if !defined(DESTDIR) || empty(DESTDIR) @@ -491,6 +492,7 @@ installcheck_DESTDIR: false .endif .endif +.endif # # installcheck -- cgit v1.1