summaryrefslogtreecommitdiff
path: root/ld/emultempl/aix.em
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2002-05-01 02:52:17 +0000
committerTom Rix <trix@redhat.com>2002-05-01 02:52:17 +0000
commitb6185a8c6be5234f20cbba5aed1e469ae36709c6 (patch)
tree4a3e8ca5685df00bef07ecf10b5074fe0e48cc4e /ld/emultempl/aix.em
parent97a2eda7302ed86c8869f23f8edc65999c0b4d0b (diff)
downloadbinutils-redhat-b6185a8c6be5234f20cbba5aed1e469ae36709c6.tar.gz
Formatting fix.
Diffstat (limited to 'ld/emultempl/aix.em')
-rw-r--r--ld/emultempl/aix.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em
index f4dff857c1..28f45c4ee3 100644
--- a/ld/emultempl/aix.em
+++ b/ld/emultempl/aix.em
@@ -526,11 +526,11 @@ gld${EMULATION_NAME}_parse_args (argc, argv)
break;
case OPTION_LIBPATH:
- command_line_blibpath=optarg;
+ command_line_blibpath = optarg;
break;
case OPTION_NOLIBPATH:
- command_line_blibpath=NULL;
+ command_line_blibpath = NULL;
break;
}