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


(elric)
diff -r1.1 -r1.2 src/crypto/external/bsd/heimdal/lib/libvers/Makefile

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

--- src/crypto/external/bsd/heimdal/lib/libvers/Makefile 2011/04/13 19:16:56 1.1
+++ src/crypto/external/bsd/heimdal/lib/libvers/Makefile 2011/08/28 11:20:16 1.2
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:56 elric Exp $ 1# $NetBSD: Makefile,v 1.2 2011/08/28 11:20:16 elric Exp $
2 2
3NOLINKLIB= # defined 3NOLINKLIB= # defined
4NOPIC= # defined 4NOPIC= # defined
5NOPROFILE= # defined 5NOPROFILE= # defined
6 6
7.include <bsd.own.mk> 7.include <bsd.own.mk>
8.include <${.CURDIR}/../../Makefile.inc> 8.include <${.CURDIR}/../../Makefile.inc>
9 9
10.PATH: ${HEIMDIST}/lib/vers 10.PATH: ${HEIMDIST}/lib/vers
11 11
12LIB= vers 12LIB= vers
13 13
14includes: print_version.h 14includes: print_version.h
15 15
16SRCS= print_version.c 16SRCS= print_version.c
17DPSRCS= print_version.h 17DPSRCS= print_version.h
18  18
19HOST_CPPFLAGS+= -I${NETBSDSRCDIR}/include/heimdal -DHAVE_CONFIG_H 19HOST_CPPFLAGS+= -I${HEIMBASE}/include -DHAVE_CONFIG_H
20 20
21make-print-version.lo: ${NETBSDSRCDIR}/include/heimdal/version.h 21make-print-version.lo: ${HEIMBASE}/include/version.h
22 22
23make-print-version: make-print-version.lo 23make-print-version: make-print-version.lo
24 ${HOST_CC} ${HOST_LDFLAGS} -o ${.TARGET} ${.ALLSRC} 24 ${HOST_CC} ${HOST_LDFLAGS} -o ${.TARGET} ${.ALLSRC}
25 25
26print_version.h: make-print-version 26print_version.h: make-print-version
27 ${_MKTARGET_CREATE} 27 ${_MKTARGET_CREATE}
28 ./make-print-version print_version.h 28 ./make-print-version print_version.h
29 29
30print_version.o print_version.ln: print_version.h 30print_version.o print_version.ln: print_version.h
31 31
32CLEANFILES+= print_version.h make-print-version make-print-version.lo 32CLEANFILES+= print_version.h make-print-version make-print-version.lo
33  33
34.include <${HEIMBASE}/Makefile.rules.inc> 34.include <${HEIMBASE}/Makefile.rules.inc>