mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
afa5bf07be
PR: 16602 Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp> (Now we could not contact current maintainer)
38 lines
920 B
Plaintext
38 lines
920 B
Plaintext
*** autoconf/Makefile.in.orig Sun Nov 14 15:20:58 1999
|
|
--- autoconf/Makefile.in Thu Feb 3 04:09:19 2000
|
|
***************
|
|
*** 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,16 ----
|
|
cd src; $(MAKE) all
|
|
elf:
|
|
cd src; $(MAKE) elf
|
|
!
|
|
runtests:
|
|
cd src/test; $(MAKE)
|
|
demos:
|
|
***************
|
|
*** 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
|
|
--- 23,30 ----
|