summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-11 05:18:09 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-11 05:18:09 +0200
commit67914192c29a0abe98b264c3c9aba8bdb2cae437 (patch)
treefe9d99ef7f259dcb6313ac9909d2d0b7e8abdb87 /source4/build
parentc0dd42af53f3d776fcbe2982afeb7be9b7f689d2 (diff)
downloadsamba-67914192c29a0abe98b264c3c9aba8bdb2cae437.tar.gz
samba-67914192c29a0abe98b264c3c9aba8bdb2cae437.tar.bz2
samba-67914192c29a0abe98b264c3c9aba8bdb2cae437.zip
Fix formatting of install message.
(This used to be commit 371afde9b04694beec4d9e5cb53634315aea86be)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/make/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/make/rules.mk b/source4/build/make/rules.mk
index a04372b839..c0359a8297 100644
--- a/source4/build/make/rules.mk
+++ b/source4/build/make/rules.mk
@@ -176,7 +176,7 @@ endef
define shared_module_install_template
installplugins:: bin/modules/$(1)/$(2)
- @echo Installing$(2) as $$(DESTDIR)$$(modulesdir)/$(1)/$(2)
+ @echo Installing $(2) as $$(DESTDIR)$$(modulesdir)/$(1)/$(2)
@mkdir -p $$(DESTDIR)$$(modulesdir)/$(1)/
@cp bin/modules/$(1)/$(2) $$(DESTDIR)$$(modulesdir)/$(1)/$(2)
uninstallplugins::