summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-04-30 14:14:33 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-04-30 14:14:33 +0000
commit356d59966256b26cdda6e735a5d4a8537283ef31 (patch)
treee3f0b65ad339b8ac64453e87cf9caf897c1e3e9e /source3/Makefile.in
parent24e663ab35cd5f9359f432eb47323f3bdc11216c (diff)
downloadsamba-356d59966256b26cdda6e735a5d4a8537283ef31.tar.gz
samba-356d59966256b26cdda6e735a5d4a8537283ef31.tar.bz2
samba-356d59966256b26cdda6e735a5d4a8537283ef31.zip
Try to fix IRIX build - add quotes and never call libns_winbind by name - we
should only set that name once. (This used to be commit 34f15bff6f4f847eb900174793dcbc638f96a5bd)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 64e74fe10d..4f08187f33 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -962,7 +962,7 @@ nsswitch/libnss_wins.@SHLIBEXT@: $(NSS_OBJ)
@SONAMEFLAG@`basename $@`
bin/winbindd@EXEEXT@: $(WINBINDD_OBJ) @BUILD_POPT@ bin/.dummy
- @echo Linking $@
+ @echo "Linking $@"
@$(LINK) -o $@ $(WINBINDD_OBJ) $(DYNEXP) $(LIBS) @POPTLIBS@ $(ADSLIBS) \
@LDAP_LIBS@
@@ -972,7 +972,7 @@ nsswitch/@WINBIND_NSS@.@SHLIBEXT@: $(WINBIND_NSS_PICOBJS)
@WINBIND_NSS_EXTRA_LIBS@ @SONAMEFLAG@`basename $@`
nsswitch/pam_winbind.@SHLIBEXT@: $(PAM_WINBIND_OBJ) bin/.dummy
- @echo Linking $@
+ @echo "Linking $@"
@$(SHLD) $(LDSHFLAGS) -o $@ $(PAM_WINBIND_OBJ) \
@SONAMEFLAG@`basename $@` -lpam