diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-05-05 16:12:59 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-05-05 16:14:13 +0200 |
commit | 10469d6606b79894f7f7cf83fb64002698a7c023 (patch) | |
tree | b1100cfe219d90dc2f804dc120b646302532af51 | |
parent | ed2941ba3d59ca7f043583a36582e2d5cdee65fe (diff) | |
download | samba-10469d6606b79894f7f7cf83fb64002698a7c023.tar.gz samba-10469d6606b79894f7f7cf83fb64002698a7c023.tar.bz2 samba-10469d6606b79894f7f7cf83fb64002698a7c023.zip |
s3-build: don't rebuild/link on every make run
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 6b2b184c32..b187dbdf6f 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1377,7 +1377,7 @@ all:: SHOWFLAGS basics libs $(SBIN_PROGS) $(BIN_PROGS) \ $(MODULES) $(NSS_MODULES) $(PAM_MODULES) \ $(EXTRA_ALL_TARGETS) -basics:: +basics:: samba3-idl nss_modules:: $(NSS_MODULES) @@ -1522,7 +1522,7 @@ pch:: $(PRECOMPILED_HEADER): $(srcdir)/include/includes.h $(COMPILE) -BINARY_PREREQS = bin/.dummy samba3-idl +BINARY_PREREQS = bin/.dummy # These dependencies are only approximately correct: we want to make # sure Samba's paths are updated if ./configure is re-run. Really it |