Author: metze
Date: 2007-04-17 09:02:31 +0000 (Tue, 17 Apr 2007)
New Revision: 22300

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22300

Log:
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
Modified:
   branches/SAMBA_4_0/source/main.mk


Changeset:
Modified: branches/SAMBA_4_0/source/main.mk
===================================================================
--- branches/SAMBA_4_0/source/main.mk   2007-04-17 08:03:44 UTC (rev 22299)
+++ branches/SAMBA_4_0/source/main.mk   2007-04-17 09:02:31 UTC (rev 22300)
@@ -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 @@
 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:'

Reply via email to