Fix formatting of install message.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 11 May 2008 03:18:09 +0000 (05:18 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 11 May 2008 03:18:09 +0000 (05:18 +0200)
(This used to be commit 371afde9b04694beec4d9e5cb53634315aea86be)

source4/build/make/rules.mk

index a04372b839b4d93b5d7d01cc141548b9fef57fed..c0359a8297882a2b403759fefcc99dcf71891c29 100644 (file)
@@ -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::