From: Volker Lendecke Date: Fri, 27 Jun 2008 10:14:41 +0000 (+0200) Subject: Fix a non-empty line with just spaces X-Git-Tag: samba-4.0.0alpha5~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba6394cb654f2a6683b5e97fad8e838d8e457e06;p=thirdparty%2Fsamba.git Fix a non-empty line with just spaces --- diff --git a/source/build/make/templates.mk b/source/build/make/templates.mk index e89122b443d..c0ee017a65a 100644 --- a/source/build/make/templates.mk +++ b/source/build/make/templates.mk @@ -134,7 +134,7 @@ endef define sbinary_install_template installsbin:: $$(DESTDIR)$$(sbindir)/$(notdir $(1)) installdirs - + uninstallsbin:: @echo "Removing $(notdir $(1))" @rm -f $$(DESTDIR)$$(sbindir)/$(1)