Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libpam/libpam Work around a suffix search problem with ....
details: https://anonhg.NetBSD.org/src/rev/f8788747c54a
branches: trunk
changeset: 572282:f8788747c54a
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Dec 28 23:37:50 2004 +0000
description:
Work around a suffix search problem with .MADE. Work-around suggested
by Christos.
diffstat:
lib/libpam/libpam/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r b07490b0651f -r f8788747c54a lib/libpam/libpam/Makefile
--- a/lib/libpam/libpam/Makefile Tue Dec 28 23:35:21 2004 +0000
+++ b/lib/libpam/libpam/Makefile Tue Dec 28 23:37:50 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/12/12 08:18:43 christos Exp $
+# $NetBSD: Makefile,v 1.3 2004/12/28 23:37:50 thorpej Exp $
#-
# Copyright (c) 1998 Juniper Networks, Inc.
# All rights reserved.
@@ -169,4 +169,5 @@
.include <bsd.lib.mk>
.PATH.h: ${DIST}/include
.PATH.c: ${DIST}/lib
-.PATH.3: ${DIST}/doc/man
+#.PATH.3: ${DIST}/doc/man # XXX work around a make bug
+.PATH: ${DIST}/doc/man
Home |
Main Index |
Thread Index |
Old Index