summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-30 21:23:01 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-30 21:23:01 +0000
commitaef719f753c5cdfcacb33653ed0ca0f22b7cf8ea (patch)
tree24f3f1c18cb411cf87f10881ed985329b2d5cd7f /source3/Makefile.in
parentad7364c8405a82c17e6ae238f7fecf843be829cd (diff)
downloadsamba-aef719f753c5cdfcacb33653ed0ca0f22b7cf8ea.tar.gz
samba-aef719f753c5cdfcacb33653ed0ca0f22b7cf8ea.tar.bz2
samba-aef719f753c5cdfcacb33653ed0ca0f22b7cf8ea.zip
Fix installation of auth and charset modules (reported by Stephan Kulow)
(This used to be commit 2a281784c95854e13076b21f8043cd624063d461)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 9aca82571f..734c380aa8 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1097,8 +1097,8 @@ installmodules: all modules installdirs
@$(SHELL) $(srcdir)/script/installmodules.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(VFSLIBDIR) $(VFS_MODULES)
@$(SHELL) $(srcdir)/script/installmodules.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(PDBLIBDIR) $(PDB_MODULES)
@$(SHELL) $(srcdir)/script/installmodules.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(RPCLIBDIR) $(RPC_MODULES)
- @$(SHEEL) $(srcdir)/script/installmodules.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(CHARSETLIBDIR) $(CHARSET_MODULES)
- @$(SHEEL) $(srcdir)/script/installmodules.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(AUTHLIBDIR) $(AUTH_MODULES)
+ @$(SHELL) $(srcdir)/script/installmodules.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(CHARSETLIBDIR) $(CHARSET_MODULES)
+ @$(SHELL) $(srcdir)/script/installmodules.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(AUTHLIBDIR) $(AUTH_MODULES)
installscripts: installdirs
@$(SHELL) $(srcdir)/script/installscripts.sh $(INSTALLPERMS) $(DESTDIR)$(BINDIR) $(SCRIPTS)