From 1b6fb6c2eb86c922e00b597138d79878eafe679e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 7 Nov 2006 00:46:04 +0000 Subject: r19596: add basics to 'all' - hopefully fixes the build on some hosts (This used to be commit b0f00ff72354cc34ad59470e13d5ab472416cc6c) --- source4/main.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') 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 -- cgit