From 036451ec63824e98d945ee52c13bfe6365d76936 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 22 Nov 2002 19:03:28 +0000 Subject: [PATCH] Added install-everything option. (This used to be commit 0b342b8e90b8e0395a1a3046e9e3f70a168fdb1f) --- source3/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source3/Makefile.in b/source3/Makefile.in index 817875c9944..f9b4b48346b 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -551,10 +551,10 @@ nsswitch : SHOWFLAGS $(WINBIND_PROGS) $(WINBIND_SPROGS) $(LPROGS) wins : SHOWFLAGS nsswitch/libnss_wins.@SHLIBEXT@ -everything: all libsmbclient debug2html smbfilter talloctort - modules: SHOWFLAGS $(MODULES) +everything: all libsmbclient debug2html smbfilter talloctort modules + .SUFFIXES: .SUFFIXES: .c .o .po .po32 .lo @@ -850,6 +850,8 @@ bin/tdbbackup: $(TDBBACKUP_OBJ) bin/.dummy install: installbin installman installscripts installdat installswat +install-everything: install installmodules + installdirs: @$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)$(BASEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(DESTDIR)$(PRIVATEDIR)