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
This commit is contained in:
Joel Sherrill
2000-04-13 13:47:28 +00:00
parent e0d1ba5fa5
commit 0e136bed14
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ SHELL=@SHELL@
ECHO=echo
CAT=cat
RM=@RM@ -f
## RM=@RM@ -f
CP=@CP@
MV=@MV@
LN=@LN@