summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-13 13:47:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-04-13 13:47:28 +0000
commit0e136bed1483e76a0944b8c4f39c393a598fb59e (patch)
treec4388710d3c07908ca71660f9846ccd70bcf1f18 /make
parentModified CVS Id. (diff)
downloadrtems-0e136bed1483e76a0944b8c4f39c393a598fb59e.tar.bz2
Patch rtems-rc-4.5.0-12-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
The patch contains two mid-severity bug fixes: - bootstrap: fix autoheader invocation - make/host.cfg.in: comment out RM, required by c/src/make/host.cfg.in, which is generated from make/host.cfg.in
Diffstat (limited to 'make')
-rw-r--r--make/host.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/host.cfg.in b/make/host.cfg.in
index 15f5a11256..aa215b8eae 100644
--- a/make/host.cfg.in
+++ b/make/host.cfg.in
@@ -19,7 +19,7 @@ SHELL=@SHELL@
ECHO=echo
CAT=cat
-RM=@RM@ -f
+## RM=@RM@ -f
CP=@CP@
MV=@MV@
LN=@LN@