From e96592fedfcac0de76c9398fec52d93cc09cf20a Mon Sep 17 00:00:00 2001 From: Andrew Kroeger Date: Sat, 29 Mar 2008 00:06:02 -0500 Subject: Makefile: Allow "make" with no arguments to build all that will be installed. (This used to be commit 982acd6f80f009d28ff1e63abd2151de0165623e) --- source4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/Makefile') 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 -- cgit