aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/06_release-version.patch
blob: bc806ce222dd6004f21fa4dd1b8e654424dc8b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Don't regenerate svnversion.h
Forwarded: not-needed
Author: Balint Reczey <balint@balintreczey.hu>

--- a/Makefile.am
+++ b/Makefile.am
@@ -776,7 +776,7 @@
 # FORCE is the portable version of .PHONY
 FORCE:
 
-version.h: FORCE
+version.h:
 	$(AM_V_PERL)$(PERL) $(srcdir)/make-version.pl $(srcdir)
 
 #