home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
gnu
/
djgpp
/
diffs
/
binutils.2
/
ld
/
fix-em.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1993-11-28
|
237 b
|
10 lines
*** orig/binutils.2/ld/fix-em.bat Sun May 30 20:57:38 1993
--- src/binutils.2/ld/fix-em.bat Sun May 30 21:00:28 1993
***************
*** 0 ****
--- 1,4 ----
+ @echo off
+ sed s/em_/e_/g %1 > fix-em.tmp
+ update fix-em.tmp %1
+