Module Name:    src
Committed By:   christos
Date:           Sat Oct 19 17:28:38 UTC 2013

Modified Files:
        src/tests/lib/libppath: Makefile

Log Message:
build the .h before the .o


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tests/lib/libppath/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/lib/libppath/Makefile
diff -u src/tests/lib/libppath/Makefile:1.4 src/tests/lib/libppath/Makefile:1.5
--- src/tests/lib/libppath/Makefile:1.4	Sat Mar 17 08:42:31 2012
+++ src/tests/lib/libppath/Makefile	Sat Oct 19 13:28:38 2013
@@ -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)

Reply via email to