Source-Changes-HG archive

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

[src/trunk]: src/lib/libasn1 back out majority of rev 1.5, left stuff from re...



details:   https://anonhg.NetBSD.org/src/rev/6e3d91d11274
branches:  trunk
changeset: 499418:6e3d91d11274
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Nov 19 20:29:05 2000 +0000

description:
back out majority of rev 1.5, left stuff from rev. 1.5 is:
* () --> {} change
* removal of redundant explicit dependency 'asn1.h: asn1.hx'

diffstat:

 lib/libasn1/Makefile |  14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r c6b4c30ccfda -r 6e3d91d11274 lib/libasn1/Makefile
--- a/lib/libasn1/Makefile      Sun Nov 19 20:17:39 2000 +0000
+++ b/lib/libasn1/Makefile      Sun Nov 19 20:29:05 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/11/19 10:56:05 veego Exp $
+# $NetBSD: Makefile,v 1.8 2000/11/19 20:29:05 jdolecek Exp $
 DIST=          ${.CURDIR}/../../crypto/dist
 .PATH: ${DIST}/heimdal/lib/asn1
 
@@ -12,7 +12,7 @@
 asn1_err.h asn1_err.c: asn1_err.et
        ${COMPILEET}/compile_et ${DIST}/heimdal/lib/asn1/asn1_err.et
 
-DPSRCS=        asn1_err.h asn1.h
+DPSRCS=        asn1_err.h
 
 INCS=  asn1.h asn1_err.h
 
@@ -90,17 +90,15 @@
         -I${DIST}/heimdal/lib/com_err          \
         -DHAVE_CONFIG_H
 
+${gen_files} asn1.hx: asn1_files
+
 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_files: k5.asn1 all-asn1_compile
        ${ASN1_COMPILE} ${DIST}/heimdal/lib/asn1/k5.asn1
 
-.PHONY: ${ASN1_COMPILE}
-${ASN1_COMPILE}:
-       @cd ${.CURDIR}/asn1_compile && ${MAKE}
+${SRCS}: asn1.h
 
 CLEANFILES = ${BUILT_SOURCES} ${gen_files} asn1_files asn1.h asn1.hx
 



Home | Main Index | Thread Index | Old Index