summaryrefslogtreecommitdiff
path: root/japanese/libslang/files/patch-ac
blob: a10a10967c64e5ec5b1511a43a85742048b06b0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
*** 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 ----