Blfs tools: Fix Makefile for new git-version.sh
With the condxml change, git-version.sh needs an argument. Pass it unconditionally, since passing an unused arg to older versions is harmless.
This commit is contained in:
parent
840b9ba06e
commit
e22aa9615e
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ version:
|
||||||
|
|
||||||
lfs-version:
|
lfs-version:
|
||||||
$(Q)cd $(LFS_XML) && if [ -x git-version.sh ] ; then \
|
$(Q)cd $(LFS_XML) && if [ -x git-version.sh ] ; then \
|
||||||
./git-version.sh; \
|
./git-version.sh $(REV); \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
|
|
Reference in a new issue