Module Name:    src
Committed By:   tsutsui
Date:           Fri Jan 20 15:06:47 UTC 2012

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

Log Message:
Invoke a shell script via ${HOST_SH} rather than assuming exec bits.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/tests/lib/libppath/Makefile:1.3
--- src/tests/lib/libppath/Makefile:1.2	Sat Aug 27 18:55:52 2011
+++ src/tests/lib/libppath/Makefile	Fri Jan 20 15:06:47 2012
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 2011/08/27 18:55:52 dyoung Exp $
+# $Id: Makefile,v 1.3 2012/01/20 15:06:47 tsutsui Exp $
 
 .include <bsd.own.mk>
 
@@ -16,7 +16,7 @@ CPPFLAGS+=-I$(.OBJDIR)
 	echo "extern const char " ${.TARGET:S,.h$,,} "[];" > ${.TARGET}
 
 .plist.c:
-	${.CURDIR}/plist_to_c ${.TARGET:S,.c$,,} < ${.IMPSRC} > ${.TARGET}
+	${HOST_SH} ${.CURDIR}/plist_to_c ${.TARGET:S,.c$,,} < ${.IMPSRC} > ${.TARGET}
 
 CLEANFILES+=personnel.c personnel.h
 

Reply via email to