summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-26 13:47:43 +0200
committerGünther Deschner <gd@samba.org>2008-08-26 13:47:43 +0200
commit98c3324cc3d55c72dcad9b04b9c6e665250bf2e5 (patch)
treea39aa2cfe163cd5d6712f46a51cdff7e7464c854 /source3/Makefile.in
parent9f93d4e5e18f2e81bf547226ce51a7ce35f25281 (diff)
downloadsamba-98c3324cc3d55c72dcad9b04b9c6e665250bf2e5.tar.gz
samba-98c3324cc3d55c72dcad9b04b9c6e665250bf2e5.tar.bz2
samba-98c3324cc3d55c72dcad9b04b9c6e665250bf2e5.zip
build: make sure to create CODEPAGEDIR and MODULESDIR.
Guenther (This used to be commit d31683cdc877b468e7443216ab9e6edff844c131)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 4e15bf735b..5d814c5317 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -2475,7 +2475,7 @@ install-everything:: install installmodules
# is not used
installdirs::
- @$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(BINDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(PRIVATEDIR) $(PIDDIR) $(LOCKDIR) $(MANDIR)
+ @$(SHELL) $(srcdir)/script/installdirs.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(BINDIR) $(SBINDIR) $(LIBDIR) $(VARDIR) $(PRIVATEDIR) $(PIDDIR) $(LOCKDIR) $(MANDIR) $(CODEPAGEDIR) $(MODULESDIR)
installservers:: all installdirs
@$(SHELL) script/installbin.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(SBINDIR) $(SBIN_PROGS)