Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/compat undo previous; include is in ${.OBJDIR}
details: https://anonhg.NetBSD.org/src/rev/336062d37f55
branches: trunk
changeset: 810749:336062d37f55
user: christos <christos%NetBSD.org@localhost>
date: Thu Sep 17 14:25:43 2015 +0000
description:
undo previous; include is in ${.OBJDIR}
diffstat:
tools/compat/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c130aaa31a32 -r 336062d37f55 tools/compat/Makefile
--- a/tools/compat/Makefile Thu Sep 17 14:03:10 2015 +0000
+++ b/tools/compat/Makefile Thu Sep 17 14:25:43 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.75 2015/09/17 02:22:47 christos Exp $
+# $NetBSD: Makefile,v 1.76 2015/09/17 14:25:43 christos Exp $
HOSTLIB= nbcompat
@@ -125,7 +125,7 @@
# Install include files in ${TOOLDIR}/include/compat
includes: .PHONY ${HOST_INCINSTDIRS} .WAIT ${HOST_INCINSTFILES}
- @(cd ${.CURDIR}/include && find . -name '*.h' -print | while read f ; do \
+ @(cd include && find . -name '*.h' -print | while read f ; do \
${HOST_INSTALL_FILE} $$f ${HOST_INCSDIR}/compat/$$f ; \
done)
Home |
Main Index |
Thread Index |
Old Index