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:
Pierre Labastie 2021-10-14 08:13:10 +02:00
parent 840b9ba06e
commit e22aa9615e

View file

@ -218,7 +218,7 @@ version:
lfs-version:
$(Q)cd $(LFS_XML) && if [ -x git-version.sh ] ; then \
./git-version.sh; \
./git-version.sh $(REV); \
fi
# Clean up