From e388334ed73df839a1d72dd13f65800e2f1b3d38 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 24 Nov 2002 08:42:10 +0000 Subject: Try to twiddle with the makefile to avoid having a trailing \ when we don't build any extra programs. (This used to be commit 9bac0b72774fe0c05956065a34ef48c05a7acaad) --- source3/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 05457ec03c..8ec552e367 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -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@ -- cgit