diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-03 16:26:37 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:05 -0500 |
commit | acf85ac3ef54c8193574692203c70c4bd5281fcd (patch) | |
tree | 926a3f900ba8191a219d3802817f9e22dc4ced76 | |
parent | 091aa07c51d9bc0d28a38cc9d3ce7599c961683d (diff) | |
download | samba-acf85ac3ef54c8193574692203c70c4bd5281fcd.tar.gz samba-acf85ac3ef54c8193574692203c70c4bd5281fcd.tar.bz2 samba-acf85ac3ef54c8193574692203c70c4bd5281fcd.zip |
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)
-rw-r--r-- | source4/main.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |