made to work on pdp-11

This commit is contained in:
ceriel
1987-03-18 09:35:31 +00:00
parent 192b07042d
commit ea5ccf9783
2 changed files with 12 additions and 9 deletions

View File

@@ -40,11 +40,6 @@ else
mv Xclashes clashes
fi
rm -f makefile
ed - $PW/makefile <<'EOF'
/^#EXCLEXCL/,/^#INCLINCL/d
w makefile
q
EOF
for i in `cat $PW/Cfiles`
do
cat >> makefile <<EOF
@@ -53,4 +48,11 @@ $i: clashes $PW/$i
cid -Fclashes < $PW/$i > $i
EOF
done
make `cat $PW/Cfiles`
rm -f makefile
ed - $PW/makefile <<'EOF'
/^#EXCLEXCL/,/^#INCLINCL/d
w makefile
q
EOF
make CURRDIR=$PW $target