diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-07 00:46:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:25:00 -0500 |
commit | 1b6fb6c2eb86c922e00b597138d79878eafe679e (patch) | |
tree | 38192b46ba7a011162d22d5a261efb9b8ba53033 /source4 | |
parent | 97aec1a70c260f19e21d56ed08b155f80370e71b (diff) | |
download | samba-1b6fb6c2eb86c922e00b597138d79878eafe679e.tar.gz samba-1b6fb6c2eb86c922e00b597138d79878eafe679e.tar.bz2 samba-1b6fb6c2eb86c922e00b597138d79878eafe679e.zip |
r19596: add basics to 'all' - hopefully fixes the build on some hosts
(This used to be commit b0f00ff72354cc34ad59470e13d5ab472416cc6c)
Diffstat (limited to 'source4')
-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 4779044ad6..6ad6dcef6c 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -1,4 +1,4 @@ -all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries libraries modules +all: basics showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries libraries modules include dynconfig.mk include heimdal_build/config.mk |