From: Paul Mackerras Date: Mon, 1 Nov 2004 03:54:47 +0000 (+0000) Subject: Fix construction of $ksrc/Makefile for Solaris X-Git-Tag: ppp-2.4.7~214 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=aa4802d0c505513b38999a2502457f685f74af31 Fix construction of $ksrc/Makefile for Solaris --- 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"