Commit baacc9f7 by Bruce Korb Committed by Bruce Korb

open stdin for those building with a closed one.

From-SVN: r42326
parent c3226462
2001-05-19 Bruce Korb <bkorb@gnu.org> 2001-05-19 Bruce Korb <bkorb@gnu.org>
* fixinc/genfixes: no need for two warnings * fixinc/genfixes: no need for two warnings
* fixinc/Makefile.in: open stdin for those building with a closed one.
2001-05-19 Mark Mitchell <mark@codesourcery.com> 2001-05-19 Mark Mitchell <mark@codesourcery.com>
......
...@@ -122,7 +122,7 @@ maintainer-clean : clean ...@@ -122,7 +122,7 @@ maintainer-clean : clean
# We still copy the script because we still have alternative scripts. # We still copy the script because we still have alternative scripts.
# #
install-bin : $(TARGETS) install-bin : $(TARGETS)
./fixincl -v ./fixincl -v < /dev/null
@if [ -f ../fixinc.sh ] ; then rm -f ../fixinc.sh || \ @if [ -f ../fixinc.sh ] ; then rm -f ../fixinc.sh || \
mv -f ../fixinc.sh ../fixinc.sh.$$ || exit 1 ; else : ; fi mv -f ../fixinc.sh ../fixinc.sh.$$ || exit 1 ; else : ; fi
@cp $(srcdir)/fixincl.sh ../fixinc.sh @cp $(srcdir)/fixincl.sh ../fixinc.sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment