* emultempl/generic.em: Use "e" rather than "em_" as prefix for filename.
authorKen Raeburn <raeburn@cygnus>
Fri, 6 May 1994 06:55:35 +0000 (06:55 +0000)
committerKen Raeburn <raeburn@cygnus>
Fri, 6 May 1994 06:55:35 +0000 (06:55 +0000)
* emultempl/gld960.em, emultempl/gld960c.em, emultempl/lnk960.em,
emultempl/hppaelf.em, emultempl/m88kbcs.em, emultempl/vanilla.em: Ditto.
* Makefile.in: Changed all generated file names.
(ldemul-list.h): Depend on Makefile, not config.status.  Changed sed patterns
to handle new filenames.

ld/emultempl/m88kbcs.em

index 73cae7a614abb0e2ad69e01c813fa74ba95881c6..81969232d6ebdca93c71a3bd4b61b525b31469b2 100644 (file)
@@ -1,6 +1,6 @@
 # This shell script emits a C file. -*- C -*-
 # It does some substitutions.
-cat >em_${EMULATION_NAME}.c <<EOF
+cat >e${EMULATION_NAME}.c <<EOF
 /* This file is is generated by a shell script.  DO NOT EDIT! */
 
 /* emulate the original gld for the given ${EMULATION_NAME}
@@ -61,7 +61,7 @@ s/$/\\n\\/
 $s/$/n"/
 '
 
-cat >>em_${EMULATION_NAME}.c <<EOF
+cat >>e${EMULATION_NAME}.c <<EOF
 {                           
   *isfile = 0;
 
@@ -81,7 +81,7 @@ EOF
 else
 # Scripts read from the filesystem.
 
-cat >>em_${EMULATION_NAME}.c <<EOF
+cat >>e${EMULATION_NAME}.c <<EOF
 {                           
   *isfile = 1;
 
@@ -100,7 +100,7 @@ EOF
 
 fi
 
-cat >>em_${EMULATION_NAME}.c <<EOF
+cat >>e${EMULATION_NAME}.c <<EOF
 
 struct ld_emulation_xfer_struct ld_${EMULATION_NAME}_emulation = 
 {