From aa4802d0c505513b38999a2502457f685f74af31 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 1 Nov 2004 03:54:47 +0000 Subject: [PATCH 1/1] Fix construction of $ksrc/Makefile for Solaris --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 88f93e6..06e264b 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.33 2004/10/31 21:31:01 paulus Exp $ +# $Id: configure,v 1.34 2004/11/01 03:54:47 paulus Exp $ # Where to install stuff by default DESTDIR=/usr/local @@ -178,7 +178,7 @@ if [ -d "$ksrc" ]; then mkmkf $dir/Makefile.$makext $dir/Makefile done if [ "$archvariant" ]; then - mkmkf Makefile.$makext$archvariant $ksrc/Makefile + mkmkf $ksrc/Makefile.$makext$archvariant $ksrc/Makefile fi else echo "Unable to locate kernel source $ksrc" -- 2.39.2