Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Ensure the pkg_printf.c used for test is always the latest
Baptiste Daroussin committed 11 years ago
commit 45736d4f42a6d28be8c7fffd557e7696143a16b7
parent f6ff908
1 file changed +1 -1
modified tests/Makefile.am
@@ -101,6 +101,6 @@ SUFFIXES = .sh .ucl
	@echo "    GEN   " $@;
	@install -m 644 $< $@

-
lib/pkg_printf.c:
+
lib/pkg_printf.c: $(top_srcdir)/libpkg/pkg_printf.c
	@echo "    CP    " $@;
	@cp $(top_srcdir)/libpkg/pkg_printf.c $@