X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=configure;h=586f4fb4dcc36fc4c3f7892fe93cc93740c7e5b7;hp=de2e6e4528af80b5e8678ad55048ed91dbde91b2;hb=5018cc2da57e555b620750f33dce6b1c964e612a;hpb=cde2830f103bd3ad372b0e33263d589ad7db88e2 diff --git a/configure b/configure index de2e6e4..586f4fb 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.14 1999/04/01 11:44:54 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 [ -e $dir/Makefile.$makext ]; then + ln -s Makefile.$makext $dir/Makefile + echo " $dir/Makefile -> Makefile.$makext" + fi done fi