build-sys: earlier patch broke the build
The commit 47cc1b6ccfd1e6e10aafbf21e932991a10c97f7e might have fixed an issue when distribution is built, but it broke make after running ./configure which this commit fixes. Reference: http://www.delorie.com/gnu/docs/automake/automake_66.html Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
47cc1b6ccf
commit
cba9bdbc16
@ -108,10 +108,9 @@ dist_procpsng_DATA = \
|
|||||||
Documentation/BUGS \
|
Documentation/BUGS \
|
||||||
Documentation/FAQ
|
Documentation/FAQ
|
||||||
|
|
||||||
@ if [ -f $(top_srcdir)/.version ]; then \
|
BUILT_SOURCES = $(top_srcdir)/.version
|
||||||
BUILT_SOURCES = $(top_srcdir)/.version \
|
|
||||||
fi
|
|
||||||
$(top_srcdir)/.version:
|
$(top_srcdir)/.version:
|
||||||
|
touch $(top_srcdir)/.version
|
||||||
echo $(VERSION) > $@-t && mv $@-t $@
|
echo $(VERSION) > $@-t && mv $@-t $@
|
||||||
dist-hook:
|
dist-hook:
|
||||||
echo $(VERSION) > $(distdir)/.tarball-version
|
echo $(VERSION) > $(distdir)/.tarball-version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user