From: Steve Chamberlain Date: Tue, 17 Mar 1992 00:38:14 +0000 (+0000) Subject: Fix for new filenames X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5531526a10e2793b82ff3470d78c7883929ed174;p=binutils-gdb.git Fix for new filenames --- diff --git a/ld/generic.em b/ld/generic.em index 728933efa91..cae7c92e28f 100644 --- a/ld/generic.em +++ b/ld/generic.em @@ -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()