diff options
| author | christos <christos@NetBSD.org> | 2013-10-19 17:28:38 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2013-10-19 17:28:38 +0000 |
| commit | 3d9811bb900cff0390a2dde9ce6d3c0aff49d337 (patch) | |
| tree | e85a140ca9d7063495da84d328e194c170221594 /tests/lib/libppath | |
| parent | 04807b55df42fc92ee11d5672a23820bd2c277bc (diff) | |
build the .h before the .o
Diffstat (limited to 'tests/lib/libppath')
| -rw-r--r-- | tests/lib/libppath/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/libppath/Makefile b/tests/lib/libppath/Makefile index 6d5f9d363e6..efc3a332e30 100644 --- a/tests/lib/libppath/Makefile +++ b/tests/lib/libppath/Makefile @@ -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 @@ CPPFLAGS+=-I$(.OBJDIR) .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) |
