mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 01:24:51 +02:00
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:
+1
-1
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user