9
0
Fork 0

distcheck: Include .version to fix build on newer versions

echo 1.3.0.66-35f9 > ../../.version-t && mv ../../.version-t ../../.version
/bin/bash: ../../.version-t: Permission denied
Makefile:786: recipe for target '../../.version' failed
This commit is contained in:
Holger Hans Peter Freyther 2016-04-24 10:28:37 +02:00
parent 35f9136d76
commit 6dd4499ea9
1 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,5 @@ $(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook:
echo $(VERSION) > $(distdir)/.tarball-version
EXTRA_DIST = .version