*** autoconf/Makefile.in.orig Wed Jul 14 05:30:30 1999 --- autoconf/Makefile.in Fri Sep 3 03:54:21 1999 *************** *** 10,16 **** cd src; $(MAKE) all elf: cd src; $(MAKE) elf - @echo Use make install-elf to install it. runtests: cd src/test; $(MAKE) demos: --- 10,15 ---- *************** *** 23,37 **** cd src; $(MAKE) install install-elf: cd src; $(MAKE) install-elf - @echo "" - @echo "Although not required, consider doing 'make install-links' to extra links" - @echo "You will also have to run ldconfig." - @echo "" install-links: cd src; $(MAKE) install-links - @echo "" - @echo "Make sure that you remember to run ldconfig to complete the installation." - @echo "" # distclean: /bin/rm -f *~ Makefile config.status config.log config.cache files.pck --- 22,29 ----