X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=configure;fp=configure;h=06e264ba1a9f06fea59aa158018c58fadad0076e;hp=88f93e6bd06471b884e41d2a5b39c29e15ee79cb;hb=aa4802d0c505513b38999a2502457f685f74af31;hpb=3238ea487539f57ee027fb2898ec0d3c4dbd0139 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"