From 10469d6606b79894f7f7cf83fb64002698a7c023 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 5 May 2010 16:12:59 +0200 Subject: s3-build: don't rebuild/link on every make run --- source3/Makefile.in | 4 ++-- 1 file 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 -- cgit