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 | e96592fedfcac0de76c9398fec52d93cc09cf20a (patch) | |
tree | f371cac27d0c73113f920702d29ce15363b97567 /source4 | |
parent | f602fa019b62fb51d6a546b5af1835ec8be4cea5 (diff) | |
download | samba-e96592fedfcac0de76c9398fec52d93cc09cf20a.tar.gz samba-e96592fedfcac0de76c9398fec52d93cc09cf20a.tar.bz2 samba-e96592fedfcac0de76c9398fec52d93cc09cf20a.zip |
Makefile: Allow "make" with no arguments to build all that will be installed.
(This used to be commit 982acd6f80f009d28ff1e63abd2151de0165623e)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/Makefile b/source4/Makefile index 4b70597aa5..ab3ef47fed 100644 --- a/source4/Makefile +++ b/source4/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 |