1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

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)
This commit is contained in:
Andrew Bartlett 2002-11-24 08:42:10 +00:00
parent 0b2028e6ce
commit e388334ed7

View 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@