summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/p4000.cfg2
-rw-r--r--make/host.cfg.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/make/custom/p4000.cfg b/make/custom/p4000.cfg
index bb187c6577..8776cf0418 100644
--- a/make/custom/p4000.cfg
+++ b/make/custom/p4000.cfg
@@ -4,6 +4,8 @@
# $Id$
#
+# NOTE: this file is broken !
+
# Override default start file
START_BASE=idt_csu
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)