Source-Changes-HG archive

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

[src/trunk]: src/lib/libasn1/asn1_compile Avoid picking up strays by adding ....



details:   https://anonhg.NetBSD.org/src/rev/3e390cdc32c1
branches:  trunk
changeset: 517602:3e390cdc32c1
user:      tv <tv%NetBSD.org@localhost>
date:      Thu Nov 15 22:02:42 2001 +0000

description:
Avoid picking up strays by adding .NOPATH to print_version.h and
make-print-version.

diffstat:

 lib/libasn1/asn1_compile/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c86b76b989c7 -r 3e390cdc32c1 lib/libasn1/asn1_compile/Makefile
--- a/lib/libasn1/asn1_compile/Makefile Thu Nov 15 21:43:54 2001 +0000
+++ b/lib/libasn1/asn1_compile/Makefile Thu Nov 15 22:02:42 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/11/12 23:16:20 tv Exp $
+# $NetBSD: Makefile,v 1.13 2001/11/15 22:02:42 tv Exp $
 
 DIST=          ${.CURDIR}/../../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/asn1 ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers
@@ -54,6 +54,8 @@
 print_version.h: make-print-version
        ./make-print-version print_version.h
 
+.NOPATH: print_version.h make-print-version
+
 CLEANFILES+=   print_version.h make-print-version make-print-version.lo
 
 # HOSTPROG will be set already if this is a src/tools build.



Home | Main Index | Thread Index | Old Index