home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / flex254.zip / MISC / MSDOS / configur.bat next >
Encoding:
DOS Batch File  |  1994-11-10  |  166 b   |  7 lines

  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.