summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-26 11:38:42 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-26 11:38:42 +0000
commit17c29f0faf96f522fb5179bda1ea1904b18df7d5 (patch)
tree782975073c3f8c1bc075fe4a2fb3fed49d017a8d /source3/Makefile.in
parent54c285888509dcd4520f2608d618012f5877d073 (diff)
downloadsamba-17c29f0faf96f522fb5179bda1ea1904b18df7d5.tar.gz
samba-17c29f0faf96f522fb5179bda1ea1904b18df7d5.tar.bz2
samba-17c29f0faf96f522fb5179bda1ea1904b18df7d5.zip
Fix the 'weird' charset module. Also, built it by default for
./configure --enable-developer (This used to be commit 1c0ae103010766cb3dd5adb36ea7af9324bd0672)
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 3e9a6665ac..7291b4b3c5 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1044,7 +1044,7 @@ bin/nisplussam.@SHLIBEXT@: passdb/pdb_nisplus.o
@$(SHLD) $(LDSHFLAGS) -o $@ passdb/pdb_nisplus.o \
@SONAMEFLAG@`basename $@`
-bin/developer.@SHLIBEXT@: $(DEVEL_HELP_OBJ)
+bin/weird.@SHLIBEXT@: $(DEVEL_HELP_OBJ)
@echo "Building plugin $@"
@$(SHLD) $(LDSHFLAGS) -o $@ $(DEVEL_HELP_OBJ) \
@SONAMEFLAG@`basename $@`
@@ -1138,7 +1138,7 @@ installbin: all installdirs
@$(SHELL) $(srcdir)/script/installbin.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(BIN_PROGS)
-installmodules: all modules installdirs
+installmodules: 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)