summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2002-02-07 20:20:05 +0000
committerHerb Lewis <herb@samba.org>2002-02-07 20:20:05 +0000
commit690c1fae9ce0ad6a8adef42ed5a7d8cfedab261d (patch)
tree8344454fe5c6c3220c51b0b049422ccb1c29a1b6 /source
parent8ae0abb174aec0c76d6900b08914535d0a2d425c (diff)
downloadsamba-690c1fae9ce0ad6a8adef42ed5a7d8cfedab261d.tar.gz
samba-690c1fae9ce0ad6a8adef42ed5a7d8cfedab261d.tar.xz
samba-690c1fae9ce0ad6a8adef42ed5a7d8cfedab261d.zip
smbsh need CC not SHLD
Diffstat (limited to 'source')
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index a16f673cffc..5b98f301d7d 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -711,7 +711,7 @@ libsmbclient: bin/libsmbclient.a @LIBSMBCLIENT_SHARED@
bin/smbsh: $(SMBSH_OBJ) bin/.dummy
@echo Linking $@
- @$(SHLD) $(FLAGS) -o $@ $(SMBSH_OBJ) $(LDFLAGS) $(LIBS)
+ @$(CC) $(FLAGS) -o $@ $(SMBSH_OBJ) $(LDFLAGS) $(LIBS)
nsswitch/libnss_wins.so: $(NSS_OBJ)
@echo "Linking $@"