aboutsummaryrefslogtreecommitdiffstats
path: root/config/StdGNU.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config/StdGNU.mk')
-rw-r--r--config/StdGNU.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index 32a37b44fa..8c947f4832 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -12,9 +12,9 @@ OBJDUMP = $(CROSS_COMPILE)objdump
MSGFMT = msgfmt
INSTALL = install
-INSTALL_DIR = $(INSTALL) -d -m0755
-INSTALL_DATA = $(INSTALL) -m0644
-INSTALL_PROG = $(INSTALL) -m0755
+INSTALL_DIR = $(INSTALL) -d -m0755 -p
+INSTALL_DATA = $(INSTALL) -m0644 -p
+INSTALL_PROG = $(INSTALL) -m0755 -p
LIB64DIR = lib64