diff options
author | Herb Lewis <herb@samba.org> | 2003-02-03 21:58:58 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2003-02-03 21:58:58 +0000 |
commit | 9c36c6094fcfec9f3718520f91921ef990119231 (patch) | |
tree | f927f7fe245b1eda238c65cef727dae672d64fad /source3 | |
parent | 824bcb885cc5c1bf9261a9f4cbeac434a8e774c1 (diff) | |
download | samba-9c36c6094fcfec9f3718520f91921ef990119231.tar.gz samba-9c36c6094fcfec9f3718520f91921ef990119231.tar.bz2 samba-9c36c6094fcfec9f3718520f91921ef990119231.zip |
if @EXTRA_ALL_TARGETS@ is empty, this fixes makefile syntax error
(This used to be commit aef873826f91d4d381df7a510d62b61ff2615847)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 8668cdf1f1..99f2fae6e6 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -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@ |