mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3: fix the merged build - it required $LD
Thanks to Jelmer for pointing that out!
This commit is contained in:
parent
fc336590dc
commit
0dfe1b9b13
@ -1,6 +1,6 @@
|
||||
# samba 4 bits
|
||||
|
||||
PROG_LD = $(LD)
|
||||
PROG_LD = ld
|
||||
BNLD = $(CC)
|
||||
HOSTLD = $(CC)
|
||||
PARTLINK = $(PROG_LD) -r
|
||||
|
Loading…
Reference in New Issue
Block a user