Fix suspicious Makefile line
authorVolker Lendecke <vl@samba.org>
Thu, 10 Jan 2008 09:55:20 +0000 (10:55 +0100)
committerVolker Lendecke <vl@samba.org>
Thu, 10 Jan 2008 09:55:38 +0000 (10:55 +0100)
If @WINBIND_KRB5_LOCATOR@ is not defined, this leads to a line with just one
tab in.

source/Makefile.in

index a3a7e5628f43a7f8070dc6a9ffeee41bd8c7a755..71150df7a3b01450b684019de30158d52d2b5707 100644 (file)
@@ -1046,8 +1046,8 @@ replacetort : SHOWFLAGS bin/replacetort@EXEEXT@
 timelimit : SHOWFLAGS bin/timelimit@EXEEXT@
 
 nsswitch : SHOWFLAGS bin/winbindd@EXEEXT@ bin/wbinfo@EXEEXT@ @WINBIND_NSS@ \
-       @WINBIND_WINS_NSS@ bin/pam_winbind.@SHLIBEXT@ bin/smbcontrol@EXEEXT@ \
-       @WINBIND_KRB5_LOCATOR@
+       @WINBIND_WINS_NSS@ @WINBIND_KRB5_LOCATOR@ \
+       bin/pam_winbind.@SHLIBEXT@ bin/smbcontrol@EXEEXT@
 
 wins : SHOWFLAGS @WINBIND_WINS_NSS@