From: Jim Wilson Date: Tue, 10 Jun 1997 00:26:06 +0000 (-0700) Subject: (MAYBE_USE_COLLECT2): Renamed from MAYBE_USE_COLLECT. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f46fe00a5ecace6f1025fad614b1644583609350;p=gcc.git (MAYBE_USE_COLLECT2): Renamed from MAYBE_USE_COLLECT. From-SVN: r14211 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 50d72dfea09..58c5bd9d600 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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.