Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/heimdal/lib/libcom_err/compile_et Change...



details:   https://anonhg.NetBSD.org/src/rev/555c9c5dea7c
branches:  trunk
changeset: 768880:555c9c5dea7c
user:      elric <elric%NetBSD.org@localhost>
date:      Sun Aug 28 10:28:35 2011 +0000

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

diffstat:

 crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 631528fd31f2 -r 555c9c5dea7c crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile
--- a/crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile    Sun Aug 28 10:26:15 2011 +0000
+++ b/crypto/external/bsd/heimdal/lib/libcom_err/compile_et/Makefile    Sun Aug 28 10:28:35 2011 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index