Source-Changes-HG archive

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

[src/trunk]: src/lib/libasn1 Put back `${SRCS}: asn1.h', so a `make depend' i...



details:   https://anonhg.NetBSD.org/src/rev/02be301c6834
branches:  trunk
changeset: 499331:02be301c6834
user:      pk <pk%NetBSD.org@localhost>
date:      Fri Nov 17 09:57:55 2000 +0000

description:
Put back `${SRCS}: asn1.h', so a `make depend' is not obligatory.

diffstat:

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

diffs (18 lines):

diff -r 8c0023e5663b -r 02be301c6834 lib/libasn1/Makefile
--- a/lib/libasn1/Makefile      Fri Nov 17 09:43:06 2000 +0000
+++ b/lib/libasn1/Makefile      Fri Nov 17 09:57:55 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/11/13 15:08:16 jdolecek Exp $
+# $NetBSD: Makefile,v 1.6 2000/11/17 09:57:55 pk Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/asn1
 
@@ -93,6 +93,8 @@
 ASN1COMPILE!=  cd ${.CURDIR}/asn1_compile && ${MAKE} print-objdir
 ASN1_COMPILE=  ${ASN1COMPILE}/asn1_compile
 
+${SRCS}: asn1.h
+
 ${gen_files} asn1.hx: k5.asn1 ${ASN1_COMPILE}
        ${ASN1_COMPILE} ${DIST}/heimdal/lib/asn1/k5.asn1
 



Home | Main Index | Thread Index | Old Index