Corrected defs.mak.in to use @LD@ passed from the configure script

instead of hard-coding "ld" for the LINK variable.
This commit is contained in:
Tim Edwards 2020-06-29 11:07:43 -04:00
parent 0b17c4d168
commit f6de28c760
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.29
8.3.30

View File

@ -56,7 +56,7 @@ RM = rm -f
CP = cp
AR = ar
ARFLAGS = crv
LINK = ld -r
LINK = @LD@ -r
LD = @LD@
MCPP = @MCPP@
MSED = @MSED@