diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-16 20:48:08 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-16 20:48:08 +0100 |
commit | f6dec9de4715892abab6cc9f75c2eb6c70f75947 (patch) | |
tree | 7f76df10b1dd398c0197b80f0b009199bf66ab3f /source4/build/smb_build/makefile.pm | |
parent | 8d7e2eb68c7c63ef36d24ce59953c20c2579aa5f (diff) | |
download | samba-f6dec9de4715892abab6cc9f75c2eb6c70f75947.tar.gz samba-f6dec9de4715892abab6cc9f75c2eb6c70f75947.tar.bz2 samba-f6dec9de4715892abab6cc9f75c2eb6c70f75947.zip |
Use standard variable for partial linking.
(This used to be commit 949fca9540889bb640466fc21ca36d08f77066a3)
Diffstat (limited to 'source4/build/smb_build/makefile.pm')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 6ea3b8d950..34092c69bd 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -289,7 +289,7 @@ sub MergedObj($$) $ctx->{TARGET_MERGED_OBJ}: \$($ctx->{NAME}_FULL_OBJ_LIST) \@echo Partially linking \$@ \@mkdir -p bin/mergedobj - \@\$(LD) -r -o \$@ \$($ctx->{NAME}_FULL_OBJ_LIST) + \$(PARTLINK) -o \$@ \$($ctx->{NAME}_FULL_OBJ_LIST) __EOD__ ); |