Sun Aug 28 10:28:36 2011 UTC ()
Change the location of version.h from the old Heimdal srcs to the
new srcs.


(elric)
diff -r1.2 -r1.3 src/crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile

cvs diff -r1.2 -r1.3 src/crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile (expand / switch to unified diff)

--- src/crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile 2011/04/15 19:41:11 1.2
+++ src/crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile 2011/08/28 10:28:35 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.2 2011/04/15 19:41:11 elric Exp $ 1# $NetBSD: Makefile,v 1.3 2011/08/28 10:28:35 elric Exp $
2 2
3NOMAN= # defined 3NOMAN= # defined
4 4
5.include <bsd.own.mk> 5.include <bsd.own.mk>
6.include <${.CURDIR}/../../../Makefile.inc> 6.include <${.CURDIR}/../../../Makefile.inc>
7 7
8.PATH: ${HEIMDIST}/lib/com_err \ 8.PATH: ${HEIMDIST}/lib/com_err \
9 ${HEIMDIST}/lib/roken \ 9 ${HEIMDIST}/lib/roken \
10 ${HEIMDIST}/lib/vers 10 ${HEIMDIST}/lib/vers
11 11
12PROG= compile_et 12PROG= compile_et
13 13
14SRCS+= compile_et.c parse.y lex.l \ 14SRCS+= compile_et.c parse.y lex.l \
@@ -27,27 +27,27 @@ CPPFLAGS+= \ @@ -27,27 +27,27 @@ CPPFLAGS+= \
27# -I${DESTDIR}/usr/include \ 27# -I${DESTDIR}/usr/include \
28 28
29HOST_CPPFLAGS+= -I. \ 29HOST_CPPFLAGS+= -I. \
30 -I${HEIMBASE}/include \ 30 -I${HEIMBASE}/include \
31 -I${HEIMBASE}/include/krb5 \ 31 -I${HEIMBASE}/include/krb5 \
32 -I${LIBROKEN} \ 32 -I${LIBROKEN} \
33 -I${HEIMDIST}/lib/com_err \ 33 -I${HEIMDIST}/lib/com_err \
34 -I${HEIMDIST}/lib/roken \ 34 -I${HEIMDIST}/lib/roken \
35 -DKRB5=1 \ 35 -DKRB5=1 \
36 -DHAVE_CONFIG_H 36 -DHAVE_CONFIG_H
37 37
38DPSRCS= print_version.h 38DPSRCS= print_version.h
39 39
40make-print-version.lo: ${NETBSDSRCDIR}/include/heimdal/version.h 40make-print-version.lo: ${HEIMBASE}/include/version.h
41 41
42make-print-version: make-print-version.lo 42make-print-version: make-print-version.lo
43 ${HOST_CC} ${HOST_LDFLAGS} -o ${.TARGET} ${.ALLSRC} 43 ${HOST_CC} ${HOST_LDFLAGS} -o ${.TARGET} ${.ALLSRC}
44 44
45print_version.h: make-print-version 45print_version.h: make-print-version
46 ./make-print-version print_version.h 46 ./make-print-version print_version.h
47 47
48CLEANFILES+= print_version.h make-print-version make-print-version.lo 48CLEANFILES+= print_version.h make-print-version make-print-version.lo
49 49
50beforedepend: 50beforedepend:
51 [ -h krb5 ] || ln -sf . krb5 51 [ -h krb5 ] || ln -sf . krb5
52 ln -sf ${HEIMBASE}/include/roken.h 52 ln -sf ${HEIMBASE}/include/roken.h
53 ln -sf ${HEIMBASE}/dist/lib/roken/roken-common.h 53 ln -sf ${HEIMBASE}/dist/lib/roken/roken-common.h