diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-04-17 09:02:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:50:59 -0500 |
commit | ed4489eb505f35c1c6477a8b81cd0201fcdf30b6 (patch) | |
tree | 83f05879642b5fc064aec1b35632bba96c85fd98 /source4/main.mk | |
parent | 4047b20c368f473081eeb951dff119a6c060c9f7 (diff) | |
download | samba-ed4489eb505f35c1c6477a8b81cd0201fcdf30b6.tar.gz samba-ed4489eb505f35c1c6477a8b81cd0201fcdf30b6.tar.xz samba-ed4489eb505f35c1c6477a8b81cd0201fcdf30b6.zip |
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
(This used to be commit a50ae5d8637871b3ac06d0c7bb7cff45e68d5b12)
Diffstat (limited to 'source4/main.mk')
-rw-r--r-- | source4/main.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/main.mk b/source4/main.mk index 337b5a810ba..f65eee59b93 100644 --- a/source4/main.mk +++ b/source4/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:' |