2004-11-09 Theodore A. Roth * Makefile.am (install-data-local): Don't try to install version.h. My implementation of that broke the build. :-( Index: Makefile.am =================================================================== RCS file: /cvsroot/avr-libc/avr-libc/Makefile.am,v retrieving revision 1.9 diff -u -p -p -r1.9 Makefile.am --- Makefile.am 4 Jun 2004 16:02:44 -0000 1.9 +++ Makefile.am 9 Nov 2004 20:10:43 -0000 @@ -146,7 +146,7 @@ install-data-local: install-toollibLIBRA for i in $(srcdir)/include/avr/*.h; do \ $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/include/avr/`basename $$i`; \ done; \ - $(INSTALL_DATA) version.h $(DESTDIR)$(tooldir)/include/avr/version.h; \ + $(INSTALL_DATA) \ else true; fi # Multilib support.