Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
force the symlink creation to avoid the build the fail if pkg_printf.c already exist
Baptiste Daroussin committed 12 years ago
commit dfcc233776433b05ce1d8967b718eef818006f4e
parent f9d148a
1 file changed +1 -1
modified tests/lib/Makefile
@@ -14,6 +14,6 @@ LDADD+= -Wl,-rpath ${.CURDIR}/../../libpkg \
CLEANFILES+=	pkg_printf.c

pkg_printf.c:	../../libpkg/pkg_printf.c
-
	ln -s ${.OODATE} ${.TARGET}
+
	ln -sf ${.OODATE} ${.TARGET}

.include "../bsd.tests.mk"