14 lines
463 B
Plaintext
14 lines
463 B
Plaintext
$OpenBSD: patch-libclamav_Makefile_in,v 1.17 2012/08/04 14:24:23 espie Exp $
|
|
--- libclamav/Makefile.in.orig Thu Jun 9 07:51:36 2011
|
|
+++ libclamav/Makefile.in Thu Jun 9 10:55:20 2011
|
|
@@ -2323,6 +2323,9 @@ version.h: version.h.tmp
|
|
fi
|
|
|
|
version.h.tmp:
|
|
+ touch version.h.tmp
|
|
+
|
|
+NOT-version.h.tmp:
|
|
$(AM_V_GEN) test -f version.h || touch version.h;\
|
|
rm -f $@;\
|
|
REVISION="$$(LANG=C cd "$(top_srcdir)"; git describe --always 2>/dev/null || echo "exported")";\
|