summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-17 23:43:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-17 23:43:32 +0000
commitdfe7746ed9a4f6aa1f5d896afd90a6a15e4d4313 (patch)
tree3b804c10e2e6c43db99a5f5af4d22649a0617eb5 /make
parentPatch from Emmanuel Raguet <raguet@crf.canon.fr> to add information (diff)
downloadrtems-dfe7746ed9a4f6aa1f5d896afd90a6a15e4d4313.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
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)