patch-unit_tests_Makefile_in 462 B

12345678910111213141516
  1. $OpenBSD: patch-unit_tests_Makefile_in,v 1.7 2016/05/04 07:12:55 sthen Exp $
  2. unnecessary gnu-ism
  3. --- unit_tests/Makefile.in.orig Fri Apr 22 17:19:54 2016
  4. +++ unit_tests/Makefile.in Wed May 4 00:09:31 2016
  5. @@ -1476,7 +1476,7 @@ check_clamd.sh: $(top_builddir)/test/clam.exe check_cl
  6. check_clamscan.sh: $(top_builddir)/test/clam.exe
  7. clamav.hdb: input/clamav.hdb
  8. - cp $< $@
  9. + cp $? $@
  10. $(top_builddir)/test/clam.exe:
  11. (cd $(top_builddir)/test && $(MAKE))