X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=configure;h=038ed60232bfb22ae4f6202663fdace04edf58c8;hp=586f4fb4dcc36fc4c3f7892fe93cc93740c7e5b7;hb=d734c01949a1b0bb3096fc71a4923ad59c58a86e;hpb=5018cc2da57e555b620750f33dce6b1c964e612a diff --git a/configure b/configure index 586f4fb..038ed60 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.14 1999/04/01 11:44:54 paulus Exp $ +# $Id: configure,v 1.15 1999/04/01 11:48:30 paulus Exp $ if [ -d /NextApps ]; then system="NeXTStep" @@ -107,7 +107,7 @@ if [ -d "$ksrc" ]; then fi for dir in pppd pppstats chat pppdump; do rm -f $dir/Makefile - if [ -e $dir/Makefile.$makext ]; then + if [ -f $dir/Makefile.$makext ]; then ln -s Makefile.$makext $dir/Makefile echo " $dir/Makefile -> Makefile.$makext" fi