Home | History | Annotate | Download | only in MSDOS
      1 @echo off
      2 
      3 sed -e "s/y\.tab\./parse_tab\./" -e "/sed/ s/'/\"/g" < Makefile.in > Makefile
      4 sed -f MISC/MSDOS/djgpp.sed Makefile.in > Makefile
      5 
      6 update initscan.c scan.c
      7