From 4ebb771b2070587119b9364fd43bc63d04e40918 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 7 Jun 2006 14:00:44 +0000 Subject: Rework last change to avoid spurious warning message if no SuSE packages are installed. --- emulators/suse_linux/Makefile.application | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emulators/suse_linux/Makefile.application b/emulators/suse_linux/Makefile.application index 45aad450030..b6d9dd4735c 100644 --- a/emulators/suse_linux/Makefile.application +++ b/emulators/suse_linux/Makefile.application @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.application,v 1.20 2006/06/07 10:39:28 tron Exp $ +# $NetBSD: Makefile.application,v 1.21 2006/06/07 14:00:44 tron Exp $ .include "../../mk/bsd.prefs.mk" @@ -17,7 +17,9 @@ . include "../../emulators/${SUSE_DIR_PREFIX}_linux/Makefile.common" . endif -LDD!= ${PKG_INFO} -L suse_base | ${GREP} '/ldd$$' +EMULSUBDIR?= emul/linux +EMULDIR?= ${PREFIX}/${EMULSUBDIR} +LDD= ${EMULDIR}/usr/bin/ldd .elif ${OPSYS} == "Linux" # No Linux emulation is needed USE_NATIVE_LINUX= # empty -- cgit v1.2.3