s3-build: don't rebuild/link on every make run
authorAndrew Tridgell <tridge@samba.org>
Wed, 5 May 2010 14:12:59 +0000 (16:12 +0200)
committerAndrew Tridgell <tridge@samba.org>
Wed, 5 May 2010 14:14:13 +0000 (16:14 +0200)
source3/Makefile.in

index 6b2b184c32dec88b4e8f18861d0ef7872e635604..b187dbdf6f76cb244acc44dda34f25c28d5deff7 100644 (file)
@@ -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