open stdin for those building with a closed one.
authorBruce Korb <bkorb@gnu.org>
Sat, 19 May 2001 23:18:21 +0000 (23:18 +0000)
committerBruce Korb <korbb@gcc.gnu.org>
Sat, 19 May 2001 23:18:21 +0000 (23:18 +0000)
From-SVN: r42326

gcc/ChangeLog
gcc/fixinc/Makefile.in

index 5998040f16afa1efeabc3bf6ebb2cb8a1b0c4fb1..c55d6840ea41aa0cd0b4ff893b145cd4cd77449e 100644 (file)
@@ -1,6 +1,7 @@
 2001-05-19  Bruce Korb  <bkorb@gnu.org>
 
        * 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>
 
index eb0fc20a7a406a9e06aa859250cd85c371fd3d1e..d0dfb0c2f4b361eb24cc4ea8bedb5cdb9a3d41d3 100644 (file)
@@ -122,7 +122,7 @@ maintainer-clean : clean
 #  We still copy the script because we still have alternative scripts.
 #
 install-bin : $(TARGETS)
-       ./fixincl -v
+       ./fixincl -v < /dev/null
        @if [ -f ../fixinc.sh ] ; then rm -f ../fixinc.sh || \
            mv -f ../fixinc.sh ../fixinc.sh.$$ || exit 1 ; else : ; fi
        @cp $(srcdir)/fixincl.sh ../fixinc.sh