summaryrefslogtreecommitdiffstats
path: root/make/host.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'make/host.cfg.in')
-rw-r--r--make/host.cfg.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/host.cfg.in b/make/host.cfg.in
index 6e54bcb05a..4814b2169d 100644
--- a/make/host.cfg.in
+++ b/make/host.cfg.in
@@ -75,3 +75,5 @@ INSTDATAFLAGS = -m 0644
INSTLIBFLAGS = -m 0644
INSTDIRFLAGS = -m 0755 -d
INSTINCFLAGS = -m 0644
+
+INSTALL_DATA = $(INSTALL) $(INSTDATAFLAGS)