home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / binutils.2 / ld / fix-em.bat < prev    next >
Encoding:
DOS Batch File  |  1993-11-28  |  237 b   |  10 lines

  1. *** orig/binutils.2/ld/fix-em.bat    Sun May 30 20:57:38 1993
  2. --- src/binutils.2/ld/fix-em.bat    Sun May 30 21: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.