$OpenBSD: patch-unit_tests_Makefile_in,v 1.3 2014/05/08 08:18:51 sthen Exp $

unnecessary gnu-ism

--- unit_tests/Makefile.in.orig	Tue May  6 19:59:45 2014
+++ unit_tests/Makefile.in	Thu May  8 00:45:57 2014
@@ -1224,7 +1224,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))
