From 8cf8b9afe3f7061e00116c06340edc2b9eca877b Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Wed, 24 Oct 2012 13:52:31 +0100 Subject: Add backslash --- makefiles/Makefile.top | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefiles/Makefile.top') diff --git a/makefiles/Makefile.top b/makefiles/Makefile.top index 4d6747d..bd7cddd 100644 --- a/makefiles/Makefile.top +++ b/makefiles/Makefile.top @@ -293,7 +293,7 @@ endef define install_binary_or_normal_file $(if $(and $(filter binary,$(COMPONENT_TYPE)), \ $(filter $(OUTPUT),$1)), \ - $(INSTALL) $(INSTALLFLAGS) -m 755 $1 $2, + $(INSTALL) $(INSTALLFLAGS) -m 755 $1 $2, \ $(INSTALL) $(INSTALLFLAGS) -m 644 $1 $2) endef -- cgit v1.2.3