patch-libclamav_Makefile_in 463 B

1234567891011121314
  1. $OpenBSD: patch-libclamav_Makefile_in,v 1.27 2016/05/04 07:12:55 sthen Exp $
  2. --- libclamav/Makefile.in.orig Fri Apr 22 17:19:53 2016
  3. +++ libclamav/Makefile.in Wed May 4 00:09:31 2016
  4. @@ -3743,6 +3743,9 @@ version.h: version.h.tmp
  5. fi
  6. version.h.tmp:
  7. + touch version.h.tmp
  8. +
  9. +NOT-version.h.tmp:
  10. $(AM_V_GEN) test -f version.h || touch version.h;\
  11. rm -f $@;\
  12. REVISION="$$(LANG=C cd "$(top_srcdir)"; git describe --always 2>/dev/null || echo "exported")";\