OSDN Git Service

open stdin for those building with a closed one.
authorkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 May 2001 23:18:21 +0000 (23:18 +0000)
committerkorbb <korbb@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 May 2001 23:18:21 +0000 (23:18 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42326 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fixinc/Makefile.in

index 5998040..c55d684 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 eb0fc20..d0dfb0c 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