OSDN Git Service

open stdin for those building with a closed one.
[pf3gnuchains/gcc-fork.git] / gcc / fixinc / Makefile.in
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