Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libppath build the .h before the .o
details: https://anonhg.NetBSD.org/src/rev/4c889b1472d0
branches: trunk
changeset: 790705:4c889b1472d0
user: christos <christos%NetBSD.org@localhost>
date: Sat Oct 19 17:28:38 2013 +0000
description:
build the .h before the .o
diffstat:
tests/lib/libppath/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f8884034a036 -r 4c889b1472d0 tests/lib/libppath/Makefile
--- a/tests/lib/libppath/Makefile Sat Oct 19 17:19:30 2013 +0000
+++ b/tests/lib/libppath/Makefile Sat Oct 19 17:28:38 2013 +0000
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.4 2012/03/17 12:42:31 nakayama Exp $
+# $Id: Makefile,v 1.5 2013/10/19 17:28:38 christos Exp $
.include <bsd.own.mk>
@@ -18,6 +18,7 @@
.plist.c:
AWK=${TOOL_AWK:Q} ${HOST_SH} ${.CURDIR}/plist_to_c ${.TARGET:S,.c$,,} < ${.IMPSRC} > ${.TARGET}
+t_ppath.o: personnel.h
CLEANFILES+=personnel.c personnel.h
#LDADD+=-L$(LIBPPATH)
Home |
Main Index |
Thread Index |
Old Index