mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
c0559befef
PR: ports/20027 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
28 lines
744 B
Plaintext
28 lines
744 B
Plaintext
--- autoconf/Makefile.in.orig Sun Nov 14 15:20:58 1999
|
|
+++ autoconf/Makefile.in Tue Jul 18 04:53:27 2000
|
|
@@ -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"
|
|
- @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
|