Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/libexec/makewhatis Pull up revision 1.15 (via patch, re...



details:   https://anonhg.NetBSD.org/src/rev/38496d74f251
branches:  netbsd-1-6
changeset: 529251:38496d74f251
user:      he <he%NetBSD.org@localhost>
date:      Sun Nov 03 13:55:31 2002 +0000

description:
Pull up revision 1.15 (via patch, requested by thorpej in ticket #787):
  Rename man/config.{c,h} to man/manconf.{c,h}, so we do not
  have to worry about problems including "config.h" when
  building as a host tool.

diffstat:

 libexec/makewhatis/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 02fd1c54b0e4 -r 38496d74f251 libexec/makewhatis/Makefile
--- a/libexec/makewhatis/Makefile       Sun Nov 03 13:49:13 2002 +0000
+++ b/libexec/makewhatis/Makefile       Sun Nov 03 13:55:31 2002 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.11 2002/03/08 21:59:07 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.11.2.1 2002/11/03 13:55:31 he Exp $
 
 PROG=  makewhatis
-SRCS=  makewhatis.c config.c
+SRCS=  makewhatis.c manconf.c
 .PATH: ${.CURDIR}/../../usr.bin/man
 CPPFLAGS+=-I${.CURDIR}/../../usr.bin
 



Home | Main Index | Thread Index | Old Index