Try to twiddle with the makefile to avoid having a trailing \ when we
authorAndrew Bartlett <abartlet@samba.org>
Sun, 24 Nov 2002 08:42:10 +0000 (08:42 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 24 Nov 2002 08:42:10 +0000 (08:42 +0000)
don't build any extra programs.

source/Makefile.in

index 05457ec03cc10eb51d88f7b417e1769ae1d1254b..8ec552e367c7474fa79cd198365f8947aea3e34b 100644 (file)
@@ -538,8 +538,8 @@ NTLM_AUTH_OBJ = utils/ntlm_auth.o $(POPT_LIB_OBJ)
 ######################################################################
 # now the rules...
 ######################################################################
-all : SHOWFLAGS proto_exists $(SBIN_PROGS) $(BIN_PROGS) $(SHLIBS) $(TORTURE_PROGS) \
-       @EXTRA_ALL_TARGETS@
+all : SHOWFLAGS proto_exists $(SBIN_PROGS) $(BIN_PROGS) $(SHLIBS) \
+       $(TORTURE_PROGS) @EXTRA_ALL_TARGETS@
 
 pam_smbpass : SHOWFLAGS bin/pam_smbpass.@SHLIBEXT@