From 8efa4bd9013426bdb849a2449aceb04ea7dd5291 Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Thu, 7 Feb 2002 20:20:05 +0000 Subject: smbsh need CC not SHLD (This used to be commit 690c1fae9ce0ad6a8adef42ed5a7d8cfedab261d) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index a16f673cff..5b98f301d7 100644 --- a/source3/Makefile.in +++ b/source3/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 $@" -- cgit