mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
maint: Rebuild '.version' when 'config.status' changes.
* Makefile.am ($(top_srcdir)/.version): Depend on 'config.status'. Use $(AM_V_GEN).
This commit is contained in:
parent
627e61f1a8
commit
c6e8f40f2c
1 changed files with 2 additions and 2 deletions
|
@ -731,8 +731,8 @@ distcheck-hook: assert-binaries-available assert-final-inputs-self-contained
|
||||||
|
|
||||||
EXTRA_DIST += $(top_srcdir)/.version
|
EXTRA_DIST += $(top_srcdir)/.version
|
||||||
BUILT_SOURCES += $(top_srcdir)/.version
|
BUILT_SOURCES += $(top_srcdir)/.version
|
||||||
$(top_srcdir)/.version:
|
$(top_srcdir)/.version: config.status
|
||||||
echo $(VERSION) > "$@-t" && mv "$@-t" "$@"
|
$(AM_V_GEN)echo $(VERSION) > "$@-t" && mv "$@-t" "$@"
|
||||||
|
|
||||||
gen-tarball-version:
|
gen-tarball-version:
|
||||||
echo $(VERSION) > "$(distdir)/.tarball-version"
|
echo $(VERSION) > "$(distdir)/.tarball-version"
|
||||||
|
|
Loading…
Reference in a new issue