From acf85ac3ef54c8193574692203c70c4bd5281fcd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 3 Aug 2005 16:26:37 +0000 Subject: r9002: a workaround for the current build problems. I hope this will allow the build farm hosts to build again. Jelmer, please feel free to remove this once you have the correct dependencies sorted out (This used to be commit ed3d76a91ffde3e4095877a50510dda479ef49c2) --- source4/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/main.mk b/source4/main.mk index 7fc43f3482..54b71d75ed 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -52,7 +52,7 @@ include kdc/config.mk include lib/replace/config.mk include scripting/ejs/config.mk -all: basics binaries +all: proto bin/asn1_compile bin/compile_et basics binaries binaries: $(BIN_PROGS) $(SBIN_PROGS) manpages: $(MANPAGES) everything: all -- cgit