17 lines
443 B
Plaintext
17 lines
443 B
Plaintext
$OpenBSD: patch-unit_tests_Makefile_in,v 1.13 2019/01/07 22:49:14 sthen Exp $
|
|
|
|
unnecessary gnu-ism
|
|
|
|
Index: unit_tests/Makefile.in
|
|
--- unit_tests/Makefile.in.orig
|
|
+++ unit_tests/Makefile.in
|
|
@@ -1514,7 +1514,7 @@ check_clamd.sh: $(top_builddir)/test/clam.exe check_cl
|
|
check_clamscan.sh: $(top_builddir)/test/clam.exe
|
|
|
|
clamav.hdb: input/clamav.hdb
|
|
- cp $< $@
|
|
+ cp $? $@
|
|
|
|
$(top_builddir)/test/clam.exe:
|
|
(cd $(top_builddir)/test && $(MAKE))
|