2000-09-01 02:27:56 +00:00
|
|
|
--- autoconf/Makefile.in.orig Wed Aug 30 19:43:10 2000
|
|
|
|
+++ autoconf/Makefile.in Fri Sep 1 04:03:02 2000
|
2000-07-19 06:43:37 +00:00
|
|
|
@@ -10,7 +10,7 @@
|
|
|
|
cd src; $(MAKE) all
|
|
|
|
elf:
|
|
|
|
cd src; $(MAKE) elf
|
|
|
|
- @echo Use make install-elf to install it.
|
|
|
|
+
|
|
|
|
runtests:
|
|
|
|
cd src/test; $(MAKE)
|
|
|
|
demos:
|
|
|
|
@@ -23,15 +23,8 @@
|
|
|
|
cd src; $(MAKE) install
|
|
|
|
install-elf:
|
|
|
|
cd src; $(MAKE) install-elf
|
|
|
|
- @echo ""
|
|
|
|
- @echo "Although not required, consider doing 'make install-links' to extra links"
|
2000-09-01 02:27:56 +00:00
|
|
|
- @echo "On some systems, e.g., linux, you will also have to run ldconfig."
|
2000-07-19 06:43:37 +00:00
|
|
|
- @echo ""
|
|
|
|
install-links:
|
|
|
|
cd src; $(MAKE) install-links
|
|
|
|
- @echo ""
|
2000-09-01 02:27:56 +00:00
|
|
|
- @echo "You may also have to run ldconfig to complete the installation."
|
2000-07-19 06:43:37 +00:00
|
|
|
- @echo ""
|
|
|
|
#
|
|
|
|
distclean:
|
|
|
|
/bin/rm -f *~ Makefile config.status config.log config.cache files.pck
|