X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=configure;h=038ed60232bfb22ae4f6202663fdace04edf58c8;hb=5daac16c20d48941d638bfe4a0c0acdeecc2be35;hp=de2e6e4528af80b5e8678ad55048ed91dbde91b2;hpb=2e5bd580090480746b8193eb83f2cec41552d28f;p=ppp.git diff --git a/configure b/configure index de2e6e4..038ed60 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.13 1997/04/30 05:39:02 paulus Exp $ +# $Id: configure,v 1.15 1999/04/01 11:48:30 paulus Exp $ if [ -d /NextApps ]; then system="NeXTStep" @@ -105,9 +105,11 @@ if [ -d "$ksrc" ]; then ln -s Makefile.$makext $ksrc/Makefile echo " $ksrc/Makefile -> Makefile.$makext" fi - for dir in pppd pppstats chat; do + for dir in pppd pppstats chat pppdump; do rm -f $dir/Makefile - ln -s Makefile.$makext $dir/Makefile - echo " $dir/Makefile -> Makefile.$makext" + if [ -f $dir/Makefile.$makext ]; then + ln -s Makefile.$makext $dir/Makefile + echo " $dir/Makefile -> Makefile.$makext" + fi done fi