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/libvers Change the location ...
details: https://anonhg.NetBSD.org/src/rev/6f84d423e67f
branches: trunk
changeset: 768881:6f84d423e67f
user: elric <elric%NetBSD.org@localhost>
date: Sun Aug 28 11:20:16 2011 +0000
description:
Change the location of version.h from the old Heimdal srcs to the
new srcs.
diffstat:
crypto/external/bsd/heimdal/lib/libvers/Makefile | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 555c9c5dea7c -r 6f84d423e67f crypto/external/bsd/heimdal/lib/libvers/Makefile
--- a/crypto/external/bsd/heimdal/lib/libvers/Makefile Sun Aug 28 10:28:35 2011 +0000
+++ b/crypto/external/bsd/heimdal/lib/libvers/Makefile Sun Aug 28 11:20:16 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/04/13 19:16:56 elric Exp $
+# $NetBSD: Makefile,v 1.2 2011/08/28 11:20:16 elric Exp $
NOLINKLIB= # defined
NOPIC= # defined
@@ -16,9 +16,9 @@
SRCS= print_version.c
DPSRCS= print_version.h
-HOST_CPPFLAGS+= -I${NETBSDSRCDIR}/include/heimdal -DHAVE_CONFIG_H
+HOST_CPPFLAGS+= -I${HEIMBASE}/include -DHAVE_CONFIG_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