Home | History | Annotate | Download | only in binutils
      1 --- etc/Makefile.in.orig	Fri Mar 13 13:18:08 2009
      2 +++ etc/Makefile.in	Fri Mar 13 13:18:48 2009
      3 @@ -81,12 +81,6 @@
      4  
      5  install-info: info
      6  	$(SHELL) $(srcdir)/../mkinstalldirs $(DESTDIR)$(infodir)
      7 -	if test ! -f standards.info; then cd $(srcdir); fi; \
      8 -	if test -f standards.info; then \
      9 -	  for i in standards.info*; do \
     10 -	    $(INSTALL_DATA) $$i $(DESTDIR)$(infodir)/$$i; \
     11 -	  done; \
     12 -	fi
     13  	if test ! -f configure.info; then cd $(srcdir); fi; \
     14  	if test -f configure.info; then \
     15  	  for i in configure.info*; do \
     16