diff options
author | Björn Jacke <bj@sernet.de> | 2010-05-06 12:26:43 +0200 |
---|---|---|
committer | Björn Jacke <bj@sernet.de> | 2010-05-06 12:30:14 +0200 |
commit | 0dfe1b9b13d9caec4ebda37a792e7eaa0b9c7200 (patch) | |
tree | fdde9f4e585c9cc0fe045a5a26df1a7d5fc71643 | |
parent | fc336590dc35f1737ddc74333b959bdd32ee22d3 (diff) | |
download | samba-0dfe1b9b13d9caec4ebda37a792e7eaa0b9c7200.tar.gz samba-0dfe1b9b13d9caec4ebda37a792e7eaa0b9c7200.tar.bz2 samba-0dfe1b9b13d9caec4ebda37a792e7eaa0b9c7200.zip |
s3: fix the merged build - it required $LD
Thanks to Jelmer for pointing that out!
-rw-r--r-- | source3/samba4.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/samba4.mk b/source3/samba4.mk index 1ad46f2264..c235d6030c 100644 --- a/source3/samba4.mk +++ b/source3/samba4.mk @@ -1,6 +1,6 @@ # samba 4 bits -PROG_LD = $(LD) +PROG_LD = ld BNLD = $(CC) HOSTLD = $(CC) PARTLINK = $(PROG_LD) -r |