summaryrefslogtreecommitdiff
path: root/source/main.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-04-17 09:02:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:50:59 -0500
commita50ae5d8637871b3ac06d0c7bb7cff45e68d5b12 (patch)
treeca2386d42b61a71b26bdc4d8f53bd208920c8bcb /source/main.mk
parentb69c950858d837d7bd734d418129ade69106a00d (diff)
downloadsamba-a50ae5d8637871b3ac06d0c7bb7cff45e68d5b12.tar.gz
r22300: fix make everything, we need to build shared libraries...
this should fix the build-farm where some hosts show a make install failure, where it's really should be a make everything build failure metze
Diffstat (limited to 'source/main.mk')
-rw-r--r--source/main.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/main.mk b/source/main.mk
index 337b5a810ba..f65eee59b93 100644
--- a/source/main.mk
+++ b/source/main.mk
@@ -1,5 +1,4 @@
-all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules
-everything: all libraries
+default: all
include dynconfig.mk
include heimdal_build/config.mk
@@ -42,7 +41,8 @@ libraries: $(STATIC_LIBS) $(SHARED_LIBS)
modules: $(SHARED_MODULES)
headers: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS)
manpages: $(MANPAGES)
-everything: all
+all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules
+everything: all libraries
showlayout:
@echo 'Samba will be installed into:'