Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix dependency handling for pkg_printf tests
Baptiste Daroussin committed 5 years ago
commit 7b6819eb30af5c0ce1f45c532a184c8c1e69a19d
parent 3793c20
1 file changed +1 -1
modified tests/Makefile.autosetup
@@ -126,7 +126,7 @@ all: $(TESTS) Kyuafile ${TESTS_SHELL} frontend/Kyuafile
$(TESTS): $(OBJS)
	$(CC) -o $@ $($@_OBJS) $(LDFLAGS) $(LOCAL_LDFLAGS)

-
lib/pkg_printf.c:
+
lib/pkg_printf.c: $(top_srcdir)/libpkg/pkg_printf.c
	cp $(top_srcdir)/libpkg/pkg_printf.c $@

.sh: