diff options
| author | Richard M. Stallman | 1997-06-10 04:18:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-10 04:18:36 +0000 |
| commit | f5c69b50c839ba1353c078ae5f35bebe78687b1f (patch) | |
| tree | 21452f4174b664f71ab21d1798860b6d1430aae2 | |
| parent | 0333a1cc1c0c43d0813467adf208c6016043039d (diff) | |
| download | emacs-f5c69b50c839ba1353c078ae5f35bebe78687b1f.tar.gz emacs-f5c69b50c839ba1353c078ae5f35bebe78687b1f.zip | |
Fix previous change.
| -rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index b52d4f0a9fc..c4bca5f2518 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -436,7 +436,7 @@ EOF | |||
| 436 | # The BFD linker knows what the default object file format is, so | 436 | # The BFD linker knows what the default object file format is, so |
| 437 | # first see if it will tell us. | 437 | # first see if it will tell us. |
| 438 | ld_help_string=`ld --help 2>&1` | 438 | ld_help_string=`ld --help 2>&1` |
| 439 | ld_supported_emulations=`echo $ld_help_string | 439 | ld_supported_emulations=`echo $ld_help_string \ |
| 440 | | sed -ne '/supported emulations:/!d | 440 | | sed -ne '/supported emulations:/!d |
| 441 | s/[ ][ ]*/ /g | 441 | s/[ ][ ]*/ /g |
| 442 | s/.*supported emulations: *// | 442 | s/.*supported emulations: *// |