r22300: fix make everything, we need to build shared libraries...
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Apr 2007 09:02:31 +0000 (09:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:50:59 +0000 (14:50 -0500)
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
(This used to be commit a50ae5d8637871b3ac06d0c7bb7cff45e68d5b12)

source4/main.mk

index 337b5a810ba1b3649aa2623a9e0a7364e102225f..f65eee59b93d5cf24dc486370c4cef8b03a9d1c1 100644 (file)
@@ -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:'