From f36f0d3802c198309b1d10821ab5367924abb1fa Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 11 Mar 2001 16:19:45 +0000 Subject: Invoke "xmkmf" with full pathname to avoid problems on systems with two X11 installations like e.g. Solaris with OpenWindows and XFree86. --- emulators/spim/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/spim') diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 6d6f67a19c5..fc88664cb3e 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/25 04:17:46 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2001/03/11 16:19:45 tron Exp $ # FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:35 obrien Exp # @@ -16,7 +16,7 @@ NO_WRKSUBDIR= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure USE_IMAKE= yes -XMKMF= xmkmf # don't specify -a option +XMKMF= ${X11BASE}/bin/xmkmf # don't specify -a option ALL_TARGET= y.tab.c depend spim xspim -- cgit v1.2.3