From 1ea30656a2651de07363742f9bc1739ce7b96e1b Mon Sep 17 00:00:00 2001 From: elric Date: Sun, 28 Aug 2011 10:28:35 +0000 Subject: [PATCH] Change the location of version.h from the old Heimdal srcs to the new srcs. --- .../external/bsd/heimdal/lib/libcom_err/compile_et/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile b/crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile index c36964de8574..b077a089a625 100644 --- a/crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile +++ b/crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile @@ -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 @@ HOST_CPPFLAGS+= -I. \ 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}