if @EXTRA_ALL_TARGETS@ is empty, this fixes makefile syntax error
authorHerb Lewis <herb@samba.org>
Mon, 3 Feb 2003 21:58:58 +0000 (21:58 +0000)
committerHerb Lewis <herb@samba.org>
Mon, 3 Feb 2003 21:58:58 +0000 (21:58 +0000)
(This used to be commit aef873826f91d4d381df7a510d62b61ff2615847)

source3/Makefile.in

index 8668cdf1f16dbb784de4331a1bf84f77231a9ece..99f2fae6e6d116d644b5e7e33e3e71614a380a94 100644 (file)
@@ -548,8 +548,7 @@ NTLM_AUTH_OBJ = utils/ntlm_auth.o $(LIBSMB_OBJ) $(POPT_LIB_OBJ)
 ######################################################################
 # now the rules...
 ######################################################################
-all : SHOWFLAGS proto_exists $(SBIN_PROGS) $(BIN_PROGS) $(SHLIBS) \
-       @EXTRA_ALL_TARGETS@
+all : SHOWFLAGS proto_exists $(SBIN_PROGS) $(BIN_PROGS) $(SHLIBS) @EXTRA_ALL_TARGETS@
 
 pam_smbpass : SHOWFLAGS bin/pam_smbpass.@SHLIBEXT@