Fix for new filenames
authorSteve Chamberlain <sac@cygnus>
Tue, 17 Mar 1992 00:38:14 +0000 (00:38 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 17 Mar 1992 00:38:14 +0000 (00:38 +0000)
ld/generic.em

index 728933e..cae7c92 100644 (file)
@@ -66,7 +66,7 @@ static char *gld${EMULATION_NAME}_script_option_n  =  /* Used with -n flag. */
 #include "${EMULATION_NAME}.xn"
 ;
 static char *gld${EMULATION_NAME}_script_option_N  =  /* Used with -N flag. */
-#include "${EMULATION_NAME}.xN"
+#include "${EMULATION_NAME}.xbn"
 ;
 
 static char *gld${EMULATION_NAME}_get_script()