diff options
author | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-03-29 00:06:02 -0500 |
---|---|---|
committer | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-03-29 00:06:02 -0500 |
commit | 982acd6f80f009d28ff1e63abd2151de0165623e (patch) | |
tree | c4e5aded1ce78bc509189722400a4ba8acfa2aca /source/Makefile | |
parent | 11cbefe307a5d7b25dc72886a0666e2523c47488 (diff) | |
download | samba-982acd6f80f009d28ff1e63abd2151de0165623e.tar.gz |
Makefile: Allow "make" with no arguments to build all that will be installed.
Diffstat (limited to 'source/Makefile')
-rw-r--r-- | source/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile b/source/Makefile index 4b70597aa5e..ab3ef47fed6 100644 --- a/source/Makefile +++ b/source/Makefile @@ -60,8 +60,8 @@ libraries:: $(STATIC_LIBS) $(SHARED_LIBS) modules:: $(PLUGINS) headers:: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS) manpages:: $(MANPAGES) -all:: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules pythonmods -everything:: all libraries headers +all:: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules pythonmods libraries headers +everything:: all LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)=$(builddir)/bin/shared |