Change the location of version.h from the old Heimdal srcs to the

new srcs.
This commit is contained in:
elric 2011-08-28 10:28:35 +00:00
parent a29cead266
commit 1ea30656a2
1 changed files with 2 additions and 2 deletions

View File

@ -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}