diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-28 18:45:11 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-28 18:45:11 +0000 |
commit | ad4849825ef41d648b13e1831c3b495f764f6a6b (patch) | |
tree | 5502b2dc07fdf2d174136add088fa84bdaab751c | |
parent | fcbd2693c9409452e77684c8f42229a66d8f605a (diff) | |
download | samba-ad4849825ef41d648b13e1831c3b495f764f6a6b.tar.gz samba-ad4849825ef41d648b13e1831c3b495f764f6a6b.tar.bz2 samba-ad4849825ef41d648b13e1831c3b495f764f6a6b.zip |
merge in some changes from metze's patches (rest follows later, after
some issues in the new module system have been resolved)
(This used to be commit 5b4d03fc8549696baebc0b4417582203ad7ba88e)
-rw-r--r-- | source3/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index a53a37c434..b21f5d1159 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -580,7 +580,7 @@ nsswitch : SHOWFLAGS bin/winbindd bin/wbinfo nsswitch/libnss_winbind.so nsswitch wins : SHOWFLAGS nsswitch/libnss_wins.@SHLIBEXT@ -modules: SHOWFLAGS $(VFS_MODULES) $(PDB_MODULES) $(MODULES) +modules: SHOWFLAGS proto_exists $(VFS_MODULES) $(PDB_MODULES) $(MODULES) everything: all libsmbclient debug2html smbfilter talloctort @@ -911,7 +911,7 @@ install: installbin installman installscripts installdat installswat # is not used installdirs: - @$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)$(BASEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(DESTDIR)$(PRIVATEDIR) + @$(SHELL) $(srcdir)/script/installdirs.sh $(DESTDIR)$(BASEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(DESTDIR)$(PRIVATEDIR) $(DESTDIR)$(VFSLIBDIR) $(DESTDIR)$(PDBLIBDIR) installservers: all installdirs @$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(SBIN_PROGS) |