summaryrefslogtreecommitdiffstats
path: root/c/src/make/host.cfg.in
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 /c/src/make/host.cfg.in
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 'c/src/make/host.cfg.in')
-rw-r--r--c/src/make/host.cfg.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/make/host.cfg.in b/c/src/make/host.cfg.in
index 6e54bcb05a..4814b2169d 100644
--- a/c/src/make/host.cfg.in
+++ b/c/src/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)