(MAYBE_USE_COLLECT2): Renamed from MAYBE_USE_COLLECT.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 10 Jun 1997 00:26:06 +0000 (17:26 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 10 Jun 1997 00:26:06 +0000 (17:26 -0700)
From-SVN: r14211

gcc/Makefile.in

index 50d72dfea094dac19f31150fcb63f595107460df..58c5bd9d600555cb636cef1823c9eebf7ca27933 100644 (file)
@@ -309,7 +309,7 @@ EXTRA_HEADERS =@extra_headers_list@
 
 # Set this to `ld' to enable use of collect2.
 USE_COLLECT2 = @will_use_collect2@
-MAYBE_USE_COLLECT = @maybe_use_collect2@
+MAYBE_USE_COLLECT2 = @maybe_use_collect2@
 # It is convenient for configure to add the assignment at the beginning,
 # so don't override it here.