diff options
Diffstat (limited to 'source4/build/make')
-rw-r--r-- | source4/build/make/templates.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/make/templates.mk b/source4/build/make/templates.mk index e89122b443..c0ee017a65 100644 --- a/source4/build/make/templates.mk +++ b/source4/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) |