back out majority of rev 1.5, left stuff from rev. 1.5 is:
* () --> {} change * removal of redundant explicit dependency 'asn1.h: asn1.hx'
This commit is contained in:
parent
5135a422f1
commit
b0074dd768
@ -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 @@ COMPILEET!= cd ${.CURDIR}/../libcom_err/compile_et && ${MAKE} print-objdir
|
||||
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 @@ CPPFLAGS+= -I. \
|
||||
-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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user