Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix cocci target
Baptiste Daroussin committed 11 years ago
commit 5b111bad01e77292abd640b7d34fbdd4ae50d212
parent 04009dc99476b67f0644eb80456a9d7682ccbc7b
1 file changed +2 -2
modified Makefile.am
@@ -30,8 +30,8 @@ COCCI_ARGS= -I ${top_srcdir} \

cocci:
	for c in ${top_srcdir}/tests/cocci/*.cocci ; do \
-
		spatch ${COCCI_ARGS} -in_place -sp_file $c -dir libpkg ; \
-
		spatch ${COCCI_ARGS} -in_place -sp_file $c -dir src ; \
+
		spatch ${COCCI_ARGS} -in_place -sp_file $$c -dir ${top_srcdir}/libpkg ; \
+
		spatch ${COCCI_ARGS} -in_place -sp_file $$c -dir ${top_srcdir}/src ; \
	done