smbsh need CC not SHLD
authorHerb Lewis <herb@samba.org>
Thu, 7 Feb 2002 20:20:05 +0000 (20:20 +0000)
committerHerb Lewis <herb@samba.org>
Thu, 7 Feb 2002 20:20:05 +0000 (20:20 +0000)
(This used to be commit 690c1fae9ce0ad6a8adef42ed5a7d8cfedab261d)

source3/Makefile.in

index a16f673cffc816b3175cabdddd939a0b0edf0811..5b98f301d7dc416ab2ec8ea45a4e1a03ce6efba2 100644 (file)
@@ -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 $@"