home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / msdos / djgpp / diffs / binutils / ld / fix-em.bat < prev    next >
Encoding:
DOS Batch File  |  1993-05-31  |  237 b   |  10 lines

  1. *** orig/binutils.2/ld/fix-em.bat    Sun May 30 23:57:38 1993
  2. --- src/binutils.2/ld/fix-em.bat    Mon May 31 00:00:28 1993
  3. ***************
  4. *** 0 ****
  5. --- 1,4 ----
  6. + @echo off
  7. + sed s/em_/e_/g %1 > fix-em.tmp
  8. + update fix-em.tmp %1
  9.