makefile --> Makefile

This commit is contained in:
ceriel 1988-08-08 18:03:12 +00:00
parent 56fff3d6cd
commit 2c413b9455

View file

@ -48,20 +48,20 @@ then
else else
mv Xclashes clashes mv Xclashes clashes
fi fi
rm -f makefile rm -f Makefile
for i in `cat $PW/Cfiles` for i in `cat $PW/Cfiles`
do do
cat >> makefile <<EOF cat >> Makefile <<EOF
$i: clashes $PW/$i $i: clashes $PW/$i
cid -Fclashes < $PW/$i > $i cid -Fclashes < $PW/$i > $i
EOF EOF
done done
make EMHOME=$EMHOME `cat $PW/Cfiles` make EMHOME=$EMHOME `cat $PW/Cfiles`
rm -f makefile rm -f Makefile
ed - $PW/makefile <<'EOF' ed - $PW/Makefile <<'EOF'
/^#EXCLEXCL/,/^#INCLINCL/d /^#EXCLEXCL/,/^#INCLINCL/d
w makefile w Makefile
q q
EOF EOF
make EMHOME=$EMHOME COPTIONS=$options CURRDIR=$PW $target make EMHOME=$EMHOME COPTIONS=$options CURRDIR=$PW $target