summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--macros.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.mk b/macros.mk
index 9c62fa7..15529f6 100644
--- a/macros.mk
+++ b/macros.mk
@@ -181,7 +181,7 @@ INSTALL_BIN_MACRO += \
$(INSTALL) -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) \
-d "$(INSTALL_BIN_DIR)"; \
$(INSTALL) -o $(INSTALL_OWNER) -g $(INSTALL_GROUP) -m 0755 \
- "$^" "$(INSTALL_BIN_DIR)";
+ $^ "$(INSTALL_BIN_DIR)";
ifeq ($(V),0)
INSTALL_PC_MACRO = \