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 context 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,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/04/15 19:41:11 elric Exp $
+# $NetBSD: Makefile,v 1.3 2011/08/28 10:28:35 elric Exp $
 
 NOMAN=		# defined
 
@@ -37,7 +37,7 @@
 
 DPSRCS=		print_version.h
 
-make-print-version.lo: ${NETBSDSRCDIR}/include/heimdal/version.h
+make-print-version.lo: ${HEIMBASE}/include/version.h
 
 make-print-version: make-print-version.lo
 	${HOST_CC} ${HOST_LDFLAGS} -o ${.TARGET} ${.ALLSRC}